Skip to content
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

Json support #2

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Json support #2

wants to merge 12 commits into from

Conversation

slloyd-src
Copy link
Contributor

Added support for JSON (submission & response with request headers set etc.)
Separated Collections from Observations
Merged retrieval of Observations and Observations filtered by collection endpoint
Separated some utilities methods to reduce repeatability.
Added some more examples and documentation
A few new unit tests

- updated some of the APIs to separate Simple & Derived Observations (to sidestep issue with XML->Java Object polymorphism issue - not accepting derived types with an base type param).
- body reader added to assist with conversion from observation to derived (XML->Java)
- Helper exception handler to catch JAXB conversion errors (and others)
- Simple "submit either Simple or Derived" observation
- Single API for observation added
# Conflicts:
#	src/main/java/org/uksrc/archive/ObservationResource.java
#	src/test/java/org/uksrc/archive/ObservationResourceTest.java
Updated XML examples for consistency with the JSON ones
Removed the overkill object mapper for subtypes of observation
Integrated retrieving a subset of Observations based on a collections ID into a single function (either supply an id for a subset or not for all observations)
@slloyd-src slloyd-src requested a review from pahjbo October 8, 2024 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant