diff options
author | V.Krishn <vkrishn4@gmail.com> | 2016-06-20 08:11:50 +0530 |
---|---|---|
committer | V.Krishn <vkrishn4@gmail.com> | 2016-06-20 08:11:50 +0530 |
commit | ee45abd2954beec9b45b903bdd518f2a5d2cbe47 (patch) | |
tree | c684e5ef6e156ccdf45432efd898b46b1871eea2 | |
parent | d2aa51c23236a2f2fda7f22ca00efc614dc23cfa (diff) | |
download | aport-api-ee45abd2954beec9b45b903bdd518f2a5d2cbe47.tar.bz2 |
docs add resources
-rw-r--r-- | docs/api-json.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/api-json.md b/docs/api-json.md index 5d1a2a2..9855f96 100644 --- a/docs/api-json.md +++ b/docs/api-json.md @@ -82,3 +82,9 @@ __api uri__: `<BaseURL>/maintainer/names/page/<num>` * Get other pages + +## Resources +1. JsonApi - [http://jsonapi.org/] +2. Jq - a lightweight and flexible command-line JSON processor [http://stedolan.github.io/jq/] +3. Curl [http://curl.haxx.se/] + |