-
Notifications
You must be signed in to change notification settings - Fork 7
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
Api refactor #14
Merged
Merged
Api refactor #14
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
a956569
Rename modules
m30m 23a6f0a
Add /v1/ prefix to all paths
m30m a07417d
Json error responses
m30m 3b9476e
Add params for fetch opportunities
m30m b6d54e9
Restful endpoint names
m30m 264d754
Start versioning
m30m f5e01c0
Merge branch 'main' into api-refactor
m30m 21fde44
Better naming and structure of liquidation objects + complete versioning
m30m 1360094
Make all endpoints return json
m30m 214fcb4
Consistent variable naming
m30m 33f0ed1
Address comments
m30m File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this creates a new opportunity? If so, I think it should be a POST to
/v1/liquidation/opportunities
to match the usual REST conventions.