Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
protogrid:json_api [2017-12-08 09:43] 46.140.51.3protogrid:json_api [2017-12-15 09:22] 46.140.51.3
Line 6: Line 6:
  
 === Structure of an http request === === Structure of an http request ===
 +
 An http request consists of the following components: An http request consists of the following components:
-- Base address: the root URL of your Protogrid environment  
-Example: https://your-environment-name.protogrid.com 
-- The API endpoint (follows directly after the base address to form the request URL) 
-Example: /api/v2/apps 
-- A HTTP Header field containing the cookie 
-Details: see [[ldkfs|here]] 
-Either GET or POST as the http method. 
  
 +  * Base address: the root URL of your Protogrid environment. Example: https://your-environment-name.protogrid.com
 +  * The API endpoint (follows directly after the base address to form the request URL). Example: /api/v2/apps
 +  * A HTTP Header field containing the cookie. Details: see [[protogrid:json_api_authentication|Authentication]]
 +  * Either GET or POST as the http method.
 +
 +=== Authentication ===
 +See [[protogrid:json_api_authentication| here]]
Print/export