-
Notifications
You must be signed in to change notification settings - Fork 207
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
Support for application/json+fhir #127
Comments
The app actually assumes any content type that ends with Should be easy enough to add however. |
Will add this to the next release. |
Thanks for fixing this ⭐️. In the 'Check For Update' option it says 'Cocoa Rest Client 1.3.15 is currently the newest version available.' I can manually update but is there some service that needs to get the new version number for the auto update? |
Between version 1.3.15 and 1.3.16, I bumped the required OS from 10.10.3 to the latest update of El Capitan, 10.11.6 for the auto-updater. The build target is still just |
I have a service which returns
application/json+fhir
as the content type. This does not pretty print, presumably because there is no support for that specific content type. The format is pretty much identical toapplication/json
- it would be great if the pretty printer could parse that format.The text was updated successfully, but these errors were encountered: