-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add pagination & xml support to the data list endpoint #2005
Conversation
3250303
to
c7c7803
Compare
This Serializer class serializes an `Instance` object into a format that's renderable by an XMLRenderer
Custom renderer used to render Instance data serialized by the DataInstanceXMLSerializer
c7c7803
to
364e33d
Compare
364e33d
to
a27b56f
Compare
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.
Looks good to me
- Change root level tag name to 'submission-batch'
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.
looks good to me
aa5fa4d
to
5be0e9c
Compare
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.
Looks good to me
Changes / Features implemented
InstanceXMLRenderer
classDataInstanceXMLSerializer
class/api/v1/data
endpointPending:
Steps taken to verify this change does what is intended
Side effects of implementing this change
Closes #2000