You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
Our current REST API doc has some parts that are outdated or have always been inaccurate. We should fully document the REST API using the swagger annotations in the code. This would encourage/remind us to update the documentation when we make changes to the REST API.
We should also use defschema to get better JSON object names in the swagger data model descriptions. We're currently only doing this for the data on /info.link
The text was updated successfully, but these errors were encountered:
All new contributors also need to sign and submit the Contributor License Agreement before we can accept any changes or other contributions to this project: https://github.com/twosigma/Cook/tree/master/cla
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Our current REST API doc has some parts that are outdated or have always been inaccurate. We should fully document the REST API using the swagger annotations in the code. This would encourage/remind us to update the documentation when we make changes to the REST API.
We should also use
defschema
to get better JSON object names in the swagger data model descriptions. We're currently only doing this for the data on/info
.linkThe text was updated successfully, but these errors were encountered: