forked from Shyp/rickover
-
Notifications
You must be signed in to change notification settings - Fork 2
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
v2 version of the API #8
Comments
kevinburke
added a commit
that referenced
this issue
Feb 23, 2021
Also start working on passing around a *newmodels.Queries instead of hardcoding `*newmodels.DB` everywhere. Add a new `responses` package that can help us get rid of `auto_id` in the database response, which is something that we don't want to expose. Updates #8.
kevinburke
added a commit
that referenced
this issue
Feb 23, 2021
Also start working on passing around a *newmodels.Queries instead of hardcoding `*newmodels.DB` everywhere. Add a new `responses` package that can help us get rid of `auto_id` in the database response, which is something that we don't want to expose. Updates #8.
kevinburke
added a commit
that referenced
this issue
Feb 23, 2021
Also start working on passing around a *newmodels.Queries instead of hardcoding `*newmodels.DB` everywhere. Add a new `responses` package that can help us get rid of `auto_id` in the database response, which is something that we don't want to expose. Updates #8.
kevinburke
added a commit
that referenced
this issue
Feb 23, 2021
Also start working on passing around a *newmodels.Queries instead of hardcoding `*newmodels.DB` everywhere. Add a new `responses` package that can help us get rid of `auto_id` in the database response, which is something that we don't want to expose. Updates #8.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current naming scheme overloads the word "jobs" to refer both to individual scheduled jobs and job categories, which is not great. So I'm thinking about a v2 of the API to make this clearer.
The text was updated successfully, but these errors were encountered: