README.rdoc in sk_api_schema-0.10.3 vs README.rdoc in sk_api_schema-0.10.4
- old
+ new
@@ -1,10 +1,15 @@
= SalesKing API Schema
{<img src="https://secure.travis-ci.org/salesking/sk_api_schema.png?branch=master" alt="Build Status" />}[http://travis-ci.org/salesking/sk_api_schema]
Our API (objects,resources) is described with JSON Schema (http://json-schema.org).
+
+See our {API Browser}[http://sk-api-browser.herokuapp.com/] for a visual presentation.
+
+== Intro
+
Each Object has its own description, with those top-level keys:
{
"type": "contact", // object type
"properties": { .. }, // field descriptions
@@ -19,11 +24,11 @@
Other languages should take advantage of the raw json files.
== Tutorial & Docs
-* {API Browser}[http://sk-api-browser.heroku.com/]
+* {API Browser}[http://sk-api-browser.herokuapp.com/]
* {API Intro}[http://www.salesking.eu/dev/api/]
* {Ruby SDK - API Client}[https://github.com/salesking/sk_sdk]
* {PHP SDK - API Client}[https://github.com/salesking/salesking_php_sdk]
* {Python SDK - API Client}[https://github.com/salesking/salesking_python_sdk]
@@ -156,9 +161,6 @@
rake spec
== ToDo:
-Those relative urls in the link sections, need some love, so please don't rely on
-them to much right now.
-
-Copyright (c) 2010-2012 Georg Leciejewski, released under the MIT license
+Copyright (c) 2010-2014 Georg Leciejewski, released under the MIT license