-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
REST API: clean up for consistency #522
Comments
There are several classes that don't seem to be in use:
Can we delete? If we need to restore we can revive via git. |
|
Instead of " Please note that this parameter may not be enabled for all web services." only have valid web services for each end point. This will cause duplication in the code however. |
…sufficient default value. #522
… is 10 and default skip is 0. CamelCase instead of snake_case. #522
http://bioinfo.hpc.cam.ac.uk/cellbase/webservices/#!/TFBS/getAllByTfbs I'm having trouble with the
|
|
…es the standard pattern. remove merge param. change pathparam geneId to be genes. rename snp to be variant. #522
…ent so user can't alter. #522
If I
Therefore I removed |
The API If you set the description properly using tags, it shows up in swagger like: I think it makes the API harder to read.
|
Some of these are for discussion:
/search
such as:/first
,/list
,/count
numberOfTotalResults
- deprecate. Replaced bynumMatches
skipCount
- delete. There is already acount
boolean (defaults to FALSE) so this parameter serves no purpose./run
The text was updated successfully, but these errors were encountered: