User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
public:nnels:nnels_api_docs_v1 [2018/08/16 22:06]
127.0.0.1 external edit
public:nnels:nnels_api_docs_v1 [2019/05/14 10:56]
jonathan.schatz [Keyword Search]
Line 1: Line 1:
-====== NNELS API v1.Documentation ======+====== NNELS API v1.Documentation ======
 Version 0.5 used Services and Services Views.\\ Version 0.5 used Services and Services Views.\\
 Version 1.x uses RESTful framework.\\ Version 1.x uses RESTful framework.\\
Line 137: Line 137:
     "self": {     "self": {
         "title": "Self",         "title": "Self",
-        "href": "https://staging.nnels.ca/api/v1.0/users/117"+        "href": "https://dev.nnels.ca/api/v1.0/users/117"
     }     }
 } }
 </code> </code>
  
-===== SEARCH API (Full-text) ===== +===== BASIC SEARCH ===== 
- Coming soon+ 
-===== REPO_ITEMS =====+==== Keyword Search v1.1 ===== 
 +URL-encode keyword string. 
 + 
 +<code> 
 +GET /api/basic_search/[:keyword1]+[:keyword2]+[:keyword3] HTTP/1.1 
 +Host: dev.nnels.ca 
 +Authorization: Basic dGVzdC1hY2NvdW50Om5vdFJlYWw= 
 +</code> 
 + 
 +===== REPO_ITEMS v1.1 =====
  
 ==== Specific Repo Item Request example ==== ==== Specific Repo Item Request example ====
public/nnels/nnels_api_docs_v1.txt · Last modified: 2019/05/14 10:56 by jonathan.schatz