Search Results For “Tag:api” - # - 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: 
Forecast.io becomes darksky.net in sep 2016 
 - will need to make changes to my toledowx app and my forecast.io module.
https://news.ycombinator.com/item?id=12544318
https://darksky.net/dev/
 #weather #api #programming #todo
  
- Sep 21, 2016 
 
JR: 
Indieweb links aug 29, 2016 
 - #indieweb
https://www.youtube.com/watch?v=ZRaBVvUKkgUfeature=youtu.be
https://aaronparecki.com/2016/08/23/2/micropub-cr
 #micropub #blogging #programming #api
https://indieweb.org/spam
https://moderncrypto.org/mail-archive/messaging/2014/00078...
more>>
  
- Aug 29, 2016 
 - #indieweb  #micropub  #blogging  #programming  #api
 
JR: 
July 2016 ToDo - Implement Micropub spec in JavaScript editor 
 - https://www.w3.org/TR/micropub/
 #api #json #programming #javascript #editor #indieweb #writing
  
- Jul 14, 2016 
 
JR: 
Medium.com Oct 2015 upgrades 
 - Interesting improvements. Custom domain name hosting like what's offered by Wordpress and Tumblr.
Medium released a publishing API.
[X] https://ifttt.com/recipes/331247-create-a-medium-story-from-an-rss-feed
https://medium.com/the-story/takin...
more>>
  
- Oct 21, 2015 
 - #medium  #blogging  #api
 
JR: 
Scaup JSON Descriptions 
 - #scaup - #json - #api - #blogging
User Description
{
"_id" : "50ff8f05c0f5d95aabbe7c5d810006f8",
"_rev" : "1-435be1729c60657a333adee6e190869d",
"type" : "author",
"name" : "MrX",
"email" : "mrx@mrx.com",
"current_session_id" : "50ff8f05c0f5d95aab...
more>>
  
- Apr 17, 2015 
 - #scaup  #json  #api  #blogging
 
JR: 
Web-based publishing platforms that I've created 
 - (unnamed code base) - ToledoTalk.com version 1 - Jan 2003 to Aug 2007
Basic message board that listed posts by the order the posts were created, youngest to oldest, like a blog. Copied looked and features from MetaFilter.com
Parula - ToledoTalk.com...
more>>
  
 2 min read
- Mar 03, 2015 
 - #web  #programming  #blogging  #api  #forums
 
JR: 
Forecast.io has a new partner 
 - https://news.ycombinator.com/item?id=8875478
 #weather #api
  
- Jan 13, 2015 
 
JR: 
Cross-Origin Resource Sharing header 
 - for client-side javascripts that get downloaded from server that want to access an API on another server.
 #api - #web - #programming - #javascript
  
- Jan 09, 2015 
 
JR: 
Pebble watch development 
 - https://apps.getpebble.com/applications/52e04d79d8561de30700002e
https://developer.getpebble.com/
https://developer.getpebble.com/2/additional/hello-world/
https://developer.getpebble.com/2/guides/
https://developer.getpebble.com/getting-started/...
more>>
  
- Aug 21, 2014 
 - #programming  #watch  #mobile  #app  #api
 
JR: 
Yo-Perl Readme 
 - #yo - #perl - #programming - #api
Perl module that provides access to the Yo API.
External links:
Yo
API
Example Usage
Create object by passing the Yo API token for the account sending the Yo. 
my $yo = Yo-new("your-yo-api-token");
Optionall...
more>>
  
- Aug 19, 2014 
 - #yo  #perl  #programming  #api
 
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: 
Grebe API - Old Page 
 - https://github.com/WhiteHouse/api-standards
Use three simple, common response codes indicating (1) success, (2) failure due to client-side problem, (3) failure due to server-side problem:
200 - OK
400 - Bad Request
500 - Internal Server Error
Greb...
more>>
  
 5 min read
- Jul 18, 2014 
 - #grebe  #blogging  #api  #programming
 
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