-
Notifications
You must be signed in to change notification settings - Fork 8
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
Change object names in responses #119
Open
bonaparten
wants to merge
5
commits into
main
Choose a base branch
from
change-object-names-in-responses
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
bonaparten
added
the
code quality
Topics around code quality, e.g. refactoring, better naming of methods/classes
label
Feb 9, 2021
bonaparten
force-pushed
the
change-object-names-in-responses
branch
3 times, most recently
from
February 9, 2021 15:44
d8ca442
to
158c660
Compare
bonaparten
changed the title
🚧 Change object names in responses
WIP: Change object names in responses
Feb 10, 2021
bonaparten
added
breaking
This will introduce an incombability to previous versions. Documentation update compulsory
waiting
An issue or PR which is waiting for an upstream bugfix, further information or is somehow blocked.
labels
Feb 11, 2021
bonaparten
force-pushed
the
change-object-names-in-responses
branch
2 times, most recently
from
February 16, 2021 15:22
52fbfdc
to
5e42f00
Compare
bonaparten
changed the title
WIP: Change object names in responses
Change object names in responses
Feb 18, 2021
bonaparten
force-pushed
the
change-object-names-in-responses
branch
from
February 24, 2021 10:48
5e42f00
to
22058ea
Compare
What about #84 ? Is this s.th. different or will it be included here? |
It could be included here, but we didn't discuss it further since these are all breaking changes that we will introduce with the release 2.0 of the ohsome API. This will be released most likely after summer. So some time is still to come. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking
This will introduce an incombability to previous versions. Documentation update compulsory
code quality
Topics around code quality, e.g. refactoring, better naming of methods/classes
waiting
An issue or PR which is waiting for an upstream bugfix, further information or is somehow blocked.
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.
Description
Reduce to only two kinds of response:
and
Corresponding issue
Closes #16
New or changed dependencies
Checklist
- I have commented my code- I have written javadoc (required for public methods)- I have added sufficient unit and API tests