You're viewing old version number 2. - Current version
Junco REST JSON simple GET for a post
Retrieve basic information for a blog or microblog post:
- markup content
- createddate
- 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
86 words - 611 chars
created on
updated on
- #
source
- versions
Related articles
Junco REST JSON simple GET for a post - Sep 20, 2013
Short list of REST API info - Jan 13, 2017
Grebe API - Aug 18, 2014
API-first-development design - Jun 23, 2014
Grebe API Returned JSON - Aug 19, 2014
more >>