You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently we have post_dataset() and get_dataset() both doing parsing independently, to reduce duplication and streamline our functions a bit for easier testing and maintenance we should break out a separate response_parse() eske function.
Describe the solution you'd like
A new function that handles the parsing for both post and get functions.
Is your feature request related to a problem? Please describe.
Currently we have
post_dataset()
andget_dataset()
both doing parsing independently, to reduce duplication and streamline our functions a bit for easier testing and maintenance we should break out a separateresponse_parse()
eske function.Describe the solution you'd like
A new function that handles the parsing for both post and get functions.
Describe alternatives you've considered
None, might be other approaches too.
Additional context
GitHub conversation on PR about this https://github.com/dfe-analytical-services/eesyapi/pull/54/files#r1813192121
https://github.com/dfe-analytical-services/eesyapi/pull/54/files#r1813192121
The text was updated successfully, but these errors were encountered: