-
-
Notifications
You must be signed in to change notification settings - Fork 78
Add an option to skip response formatting in Content/Admin API SDKs #73
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
Labels
enhancement
New feature or request
Comments
@kevinansfield So the the fix should allow something like:
so the option formatted option can be passed along with these options and should default to true |
@Robogeek95.. i agree with you on this...then we can just check the for |
@kevinansfield @ErisDS where would be the right place to dig for a possible fix? |
phawazzzy
added a commit
to phawazzzy/Ghost-SDK
that referenced
this issue
May 8, 2020
closes TryGhost#73 - Added formatResponse option to the parameter that would be passed in the GhostAdminApi/GhostContentAPi -the formatResponse is default to true when not specified by consumer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently the content/admin api SDKs format the response that is received from the API.
We'd like to add a "format response" boolean option to the SDKs so that consumers have the option to skip formatting and receive the raw data that is returned from the API.
Our initial use-case for this is a tool that can automatically generate request/response documentation for our API.
The text was updated successfully, but these errors were encountered: