Junco REST JSON simple GET for a post
Retrieve basic information for a blog or microblog post:
- markup content
- created date
- modified date
- author name
Maybe additional fields will be added later if necessary.
A GET request is used to return the information in JSON format.
Example URL for this post:
http://jothut.com/cgi-bin/junco.pl/rest/5249
The key path info vars are "rest" and the id number of the blog or microblog post. Any text after the id is ignored. So this URL returns the same thing as the above link:
http://jothut.com/cgi-bin/junco.pl/rest/5249/20Sep2013/Junco-REST-JSON-simple-GET-for-a-post
#juncocode - #rest - #json - #api
From JR's : articles
87 words - 612 chars
created on
updated on
- #
source
- versions
- backlinks
Related articles
Grebe API Returned JSON - Aug 19, 2014
Draftin.com WebHook URL info - Aug 09, 2013
Kinglet User and Programmer Documentation - Mar 19, 2014
Short list of REST API info - Jan 13, 2017
Grebe API - Aug 18, 2014
more >>