-
Notifications
You must be signed in to change notification settings - Fork 279
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
OGC Connected Systems API #928
Merged
Merged
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
… methods for more positive control over response results
f00cccb
to
982b70d
Compare
…dd headers to PUT method in ogcapi base class
…o comprehensive observation test that cleans up after itself
…s in utility functions
CI failures are unrelated. |
Merging, great work @ChainReaction31 ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add support for OGC API: Connected Systems to project. Tests are run against OpenSensorhub's current implementation of the api.
Work is an extension of the current OGC API module and extends from Collections.
Some changes deviate from what was set forth in that effort to reduce the number of requests needed to be made to retrieve things like IDs that are return as part of the header files upon successful resource creation. A similar change was made to updates and deletions to give a little more feedback to a user when these operations are successful.
This work was done in service of adding another reference implementation of Connected Systems API and to hopefully get it in the hands of an already established user base.