You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pinboa...@googlegroups.com
Hi,
I've been developing an app that will use the Pinboard JSON format when accessing data from the API. Based on an error I hit from a networking library I use, I noticed that the Content-Type returned along with the HTTP request for the data is text/plain. The content types that are usually considered valid for JSON are application/json, text/json and text/javascript.