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
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:
@Robogeek95.. i agree with you on this...then we can just check the for config.formatResponse to know how the response will come ..weather formatted or not formatted
closesTryGhost#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
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: