From f0a8dec91cebe6d7875002e16c28446cedaa94c3 Mon Sep 17 00:00:00 2001 From: Michael Flaxman Date: Thu, 22 Oct 2015 12:35:29 -0400 Subject: [PATCH 1/9] Add blockcypher to examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f042e7..5ce6f86 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Examples of Slate in the Wild * [SocialRadar's LocationKit Docs](https://docs.locationkit.io/) * [SafetyCulture API Documentation](https://developer.safetyculture.io/) * [hosting.de API Documentation](https://www.hosting.de/docs/api/) +* [BlockCypher's API Documentation](https://dev.blockcypher.com) (Feel free to add your site to this list in a pull request!) From fb4c2a9ceb9000c1a3b2aad7507f404c2850e479 Mon Sep 17 00:00:00 2001 From: Dave Powers Date: Wed, 4 Nov 2015 14:15:23 -0500 Subject: [PATCH 2/9] Remove link to ChaiOne Gameplan (broken link) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5ce6f86..b55fa7a 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,6 @@ Examples of Slate in the Wild * [Travis-CI's API docs](http://docs.travis-ci.com/api/) * [Mozilla's localForage docs](http://mozilla.github.io/localForage/) * [Mozilla Recroom](http://mozilla.github.io/recroom/) -* [ChaiOne Gameplan API docs](http://chaione.github.io/gameplanb2b/#introduction) * [Drcaban's Build a Quine tutorial](http://drcabana.github.io/build-a-quine/#introduction) * [PricePlow API docs](https://www.priceplow.com/api/documentation) * [Emerging Threats API docs](http://apidocs.emergingthreats.net/) From 01fd02005a6e0d3fccff8bb3eaa2d00646247de8 Mon Sep 17 00:00:00 2001 From: Dave Powers Date: Wed, 4 Nov 2015 14:16:54 -0500 Subject: [PATCH 3/9] Fix link to IBM Cloudant (page has moved) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b55fa7a..6f086f5 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ Examples of Slate in the Wild * [Whispir.io API](https://whispir.github.io/api) * [NASA API](https://data.nasa.gov/developer/external/planetary/) * [CardPay API](https://developers.cardpay.com/) -* [IBM Cloudant](https://docs-testb.cloudant.com/content-review/_design/couchapp/index.html) +* [IBM Cloudant](https://docs.cloudant.com/api.html) * [Bitrix basis components](http://bbc.bitrix.expert/) * [viagogo API Documentation](http://developer.viagogo.net/) * [Fidor Bank API Documentation](http://docs.fidor.de/) From 1e86f824afd7e300239bc41f242e496a13a4d165 Mon Sep 17 00:00:00 2001 From: Dave Powers Date: Wed, 4 Nov 2015 14:18:08 -0500 Subject: [PATCH 4/9] Fix link to BlockCypher (does not work over HTTPS) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f086f5..5d2e7fe 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Examples of Slate in the Wild * [SocialRadar's LocationKit Docs](https://docs.locationkit.io/) * [SafetyCulture API Documentation](https://developer.safetyculture.io/) * [hosting.de API Documentation](https://www.hosting.de/docs/api/) -* [BlockCypher's API Documentation](https://dev.blockcypher.com) +* [BlockCypher's API Documentation](http://dev.blockcypher.com) (Feel free to add your site to this list in a pull request!) From c76359868a489e8706290fe7dbffce651339ceb3 Mon Sep 17 00:00:00 2001 From: Joe Huss Date: Thu, 12 Nov 2015 01:01:14 -0500 Subject: [PATCH 5/9] Added Links to InterServer Slate Implementation URL: https://my.interserver.net/apidoc/ Our implementation includes some minor customizations which others mind fight useful including icons for the Language tabs at the top right. Side Note: The document contents including sample scripts , input/output parameter+descriptions, etc are generated entirely from a script i wrote that parses my SOAP API WSDL file, PHP Source (parsing phpdoc comments), and MySQL Table defintions (parsing field comments) to generate and populate all the neccesary info. At some point (faster if i have any requests for it ) ill make those scripts publicly available after i clean up the source a bit and make it more portable. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d2e7fe..d3de33b 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ Examples of Slate in the Wild * [SafetyCulture API Documentation](https://developer.safetyculture.io/) * [hosting.de API Documentation](https://www.hosting.de/docs/api/) * [BlockCypher's API Documentation](http://dev.blockcypher.com) +* [InterServer API Documentation](https://my.interserver.net/apidoc/) (Feel free to add your site to this list in a pull request!) From 40443b32fd122fb2041db8689861bd8c03665c92 Mon Sep 17 00:00:00 2001 From: Evan Tahler Date: Mon, 16 Nov 2015 10:53:18 -0800 Subject: [PATCH 6/9] Update README.md add actionhero docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3de33b..3e22c3c 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ Examples of Slate in the Wild * [hosting.de API Documentation](https://www.hosting.de/docs/api/) * [BlockCypher's API Documentation](http://dev.blockcypher.com) * [InterServer API Documentation](https://my.interserver.net/apidoc/) +* [ActionHeroJS's API Documentation](http://www.actionherojs.com/docs) (Feel free to add your site to this list in a pull request!) From 837a7e7873eba3b62fca36e54cd1cacf9c65fe02 Mon Sep 17 00:00:00 2001 From: Zach Panzarino Date: Fri, 18 Dec 2015 22:51:49 -0500 Subject: [PATCH 7/9] Change cat name After recent events it is probably better to use a different name for the cat. --- source/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.md b/source/index.md index 4c1fa8c..69a22ea 100644 --- a/source/index.md +++ b/source/index.md @@ -94,7 +94,7 @@ curl "http://example.com/api/kittens" }, { "id": 2, - "name": "Isis", + "name": "Max", "breed": "unknown", "fluffiness": 5, "cuteness": 10 @@ -145,7 +145,7 @@ curl "http://example.com/api/kittens/2" ```json { "id": 2, - "name": "Isis", + "name": "Max", "breed": "unknown", "fluffiness": 5, "cuteness": 10 From 65c3dbd5442b5abc856738a85220b9c1e03ad8b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Benaiteau?= Date: Fri, 8 Jan 2016 12:31:33 +0100 Subject: [PATCH 8/9] Update Boot2docker information for OSX --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e22c3c..d6a01c3 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ docker run -d -p 4567:4567 --name slate -v $(pwd)/source:/app/source slate You can now see the docs at . Whoa! That was fast! *Note: if you're using the Docker setup on OSX, the docs will be -availalable at the output of `boot2docker ip` instead of `localhost:4567`.* +available at the output of `docker-machine ip ` (port: 4567) instead of `localhost:4567`.* Now that Slate is all set up your machine, you'll probably want to learn more about [editing Slate markdown](https://github.com/tripit/slate/wiki/Markdown-Syntax), or [how to publish your docs](https://github.com/tripit/slate/wiki/Deploying-Slate). From 35690907be70f411352a617eda46c5c7b72a1c0e Mon Sep 17 00:00:00 2001 From: Jack Peterson Date: Sun, 17 Jan 2016 14:34:19 -0800 Subject: [PATCH 9/9] Added Augur API to examples --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6a01c3..0d556f0 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Examples of Slate in the Wild * [BlockCypher's API Documentation](http://dev.blockcypher.com) * [InterServer API Documentation](https://my.interserver.net/apidoc/) * [ActionHeroJS's API Documentation](http://www.actionherojs.com/docs) +* [Augur API Documentation](http://docs.augur.net) (Feel free to add your site to this list in a pull request!)