You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: model-reference.apib
+1-1
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ The Datagraft API supports [RDF/XML](https://en.wikipedia.org/wiki/RDF/XML) and
61
61
62
62
### JSON-LD
63
63
64
-
JSON-LD, or JavaScript Object Notation for Linked Data is the recommended way to consume and provide data. You can use the same software as traditional JSON. The `@context`, `@type` and `@id` properties are JSON-LD specific.
64
+
JSON-LD or JavaScript Object Notation for Linked Data is the recommended way to consume and provide data. You can use the same software as traditional JSON. The `@context`, `@type` and `@id` properties are JSON-LD specific.
Copy file name to clipboardexpand all lines: security-and-authentication.apib
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Group Security and authentication
2
2
3
-
The Datagraft API is restricted to authentified application, using an access key and a secret. You can manage your access keys and secrets using the [Datagraft API key manager](http://datagraft.net/pages/keymanager/index.jsp).
3
+
The Datagraft API is restricted to authenticated application, using an access key and a secret. You can manage your access keys and secrets using the [Datagraft API key manager](http://datagraft.net/pages/keymanager/index.jsp).
4
4
5
5
6
6
####HTTPS
@@ -10,7 +10,7 @@ The API is only accessible through HTTPS.
10
10
11
11
####Authentication
12
12
13
-
The authentication is done using HTTP Basic authentication, and therefore the HTTP authorization header field. It consists of the text 'Basic ' concatened with the base64 encoding of the API key and the API secret separated by a colon.
13
+
The authentication is done using HTTP Basic authentication, and therefore the HTTP authorization header field. It consists of the text 'Basic ' concatenated with the base64 encoding of the API key and the API secret separated by a colon.
0 commit comments