6 ms·
any chance you'll add JSON support?
by n8ji 15y ago
any chance you'll add JSON support?
- Concours 15y agoShameless Plug: http://www.feedsapi.com http://www.feedsapi.com supports JSON , you might want to check it out, and drop me a mail if you have any special use-case or question.
- mmackh 15y agoTry adding &format=json and let me know if you run into any bugs
- wseymour 15y agoHow's about sum Accept headers up in there?
- mmackh 15y agoCould you point me in the right direction?
- lysol 15y agoAccept: application/json
- deleted 15y ago[deleted]
- mmackh 15y agoI'm currently using header('Content-type: application/json'); Source: http://stackoverflow.com/questions/267546/correct-http-header-for-json-file http://stackoverflow.com/questions/267546/correct-http-heade...
- Robin_Message 15y agoI think they want it so that if they send an Accept header in the request that asks for json, you reply with json, instead of using a query parameter to specify the format. https://developer.mozilla.org/en/HTTP/Content_negotiation https://developer.mozilla.org/en/HTTP/Content_negotiation has more details about the accept header and its use.