-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
1.0Issues for version 1.0 (current version)Issues for version 1.0 (current version)enhancementNew feature or requestNew feature or request
Description
According to what I've seen/read, typically the endpoints stay plural, like
baseurl + "/api/subjects/detectivefiction"
In terms of meaning, the category above, subjects, is inclusive of all the subjects. The next delineation, detectivefiction, is the singular.
If the API was like:
baseurl + '/api?subject="detectivefiction"&output=json'
then that makes sense because subject isn't the category above, it's the key to which detectivefiction is the value.
Also it's confusing if "subjects" lists all the subjects and then that's not continued when getting specific subjects.
Metadata
Metadata
Assignees
Labels
1.0Issues for version 1.0 (current version)Issues for version 1.0 (current version)enhancementNew feature or requestNew feature or request