-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
For anyone wanting to use this, just beware, it is a starting point, but for anything but trivial API usage it doesn't work.
It uses XML, some of the API calls don't work with XML but require JSON.
Make sure you use Jackson and not JAXB for Jersey (This isn't the default), otherwise there are JSON formatting issues which make it incompatible.
Many of the types are wrong, they need to be Long or Double, not Int, or you get overflow issues or fields not populating.
Like I said, it is a starting point, but doesn't work out of the box.
Metadata
Metadata
Assignees
Labels
No labels