Retrieves the glossary through its id, without the glossary entries
id
Future<Glossary> get(String id) async => _handleGet('$_path/$id', fromJson: Glossary.fromJson);