Search Results For “Tag:rest” - # - rss
JR:
Short list of REST API info
- my post from the fall of 2013 where i collected some links:
limiting info to:
https://github.com/WhiteHouse/api-standards
#json #rest #api #programming
- Jan 13, 2017
JR:
Grebe API Returned JSON
- ...
more>>
3 min read
- Aug 19, 2014
- #grebe #api #rest #json #blogging #test #perl
JR:
Grebe API
- tags: #grebe - #api - #rest - #json
This is Grebe's API description. It's currently used at and with a test site at
It uses REST and JSON.
Each function below is preceded with /api/v1 in the URI, so for Make Toledo, it would be
Example of ac...
more>>
3 min read
- Aug 18, 2014
- #grebe #api #rest #json
JR:
API-first-development design
- November 2013 Pop.co blog post titled Why we chose API-first development.
Related Hacker News thread
Simple enough. Another project derivative idea based upon Junco code. No HTML Template usage. The server code only receives and returns JSON via R...
more>>
3 min read
- Jun 23, 2014
- #programming #design #javascript #json #rest #api #blog_jr
JR:
Kinglet User and Programmer Documentation
- Readme.md file
#kinglet - #api - #rest - #json
Example usage:
It's a simple, web-based, private messaging app. It uses a basic, responsive design. It contains only a small number of functions. It's part microblog, part e-mail, and part message bo...
more>>
14 min read
- Mar 19, 2014
- #kinglet #api #rest #json
JR:
Rest and Json links to keep around
- The JSON Validator
Excerpts from How the web works - HTTP and CGI explained
REST Fest 2012 \ Stuart Charlton
#perl
#programming
#json
#rest
- Oct 10, 2013
JR:
REST-related stories
- #programming - #rest - #api
- Oct 07, 2013
JR:
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...
more>>
- Sep 20, 2013
- #juncocode #rest #json #api
JR:
Resolved - New CPAN modules to use with Junco code
- These will probably be needed:
22jul2013 - added these modules to the junco code base
REST - using this to migrate content
JSON - like with ToledoWX - 20aug2013 using this for the split screen typing mode
Related posts:
Rest and Json links to ...
more>>
- Aug 20, 2013
- #resolved #junco #rest #json
JR:
Draftin.com WebHook URL info
- Interesting.
Draftin.com - WebHook URLs
There are a number of websites and services to which Draft can natively publish, including Wordpress, Reddit, {third example}. If there's a place we don't already post, you can use this to publish data secur...
more>>
- Aug 09, 2013
- #blogging #api #json #rest #programming
JR:
Excerpts from How the web works - HTTP and CGI explained
- REQUEST_METHOD = GET
Authoring/maintainance: HTTP extensions for this
HTTP/1.0 only defined the GET, HEAD and POST methods and for ordinary browsing this is enough. However, one may want to use HTTP to edit and maintain files directly on the ser...
more>>
- Jul 30, 2013
- #rest