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: CHANGELOG.md
+17
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* add durations (ms) in HTTP logs, for grafana charts ([5cc660c](https://github.com/DataSeer/snapshot-api/commits/5cc660cd03e0da98e07c25618c3319298091e626))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
* ping API route (/ping) must return HTTP status 200 even if a service check health status failed ([db53d4d](https://github.com/DataSeer/snapshot-api/commits/db53d4dd21d4ad7a771d2d82cfdfe02f7ed1676f))
16
+
17
+
18
+
### Documentation
19
+
20
+
* update the 'user documentation' (cumulated score) ([46d7868](https://github.com/DataSeer/snapshot-api/commits/46d7868d99e059f08c769c7b1b42c2a5ea4731cb))
Copy file name to clipboardExpand all lines: USER_DOCUMENTATION.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
This document provides detailed information about the available endpoints in
13
13
the [Snapshot API](https://snapshot.dataseer.ai) (hosted on [snapshot.dataseer.ai](https://snapshot.dataseer.ai)).
14
-
The API expects to receive one PDF document for each request, along with, requred parameters and an authentication
14
+
The API expects to receive one PDF document for each request, along with, required parameters and an authentication
15
15
token, and it returns a JSON response with the computed OSI scores and other relevant information.
16
16
17
17
## Authentication
@@ -23,8 +23,8 @@ The API tokens must be included in each requests `Authorization header`:
23
23
Authorization: Bearer <your_token>
24
24
```
25
25
26
-
Should you need an API token or have issues with authentication, please contact the DataSeer support. Each API token is
27
-
bounded to a specific user and API throughput limits of 100 request each 15 minutes.
26
+
Should you need an API token or have issues with authentication, please contact DataSeer support ([email protected]). Each API token is
27
+
bounded to a specific user.
28
28
29
29
## API Endpoints
30
30
@@ -236,5 +236,5 @@ The API uses standard HTTP status codes to indicate the success or failure of re
236
236
|`document_type` is not supplied | 400 | Missing document type. It is a required information to be supplied as field 'document_type' of the parameter 'options'. Check the documentation for more information. |
237
237
|`document_type` is supplied but invalid: empty, null or of a non-acceptable type | 400 | The supplied document type is empty or null. It is a required information to be supplied as field 'document_type' of the parameter 'options'. Check the documentation for more information. |
238
238
|`document_type` is supplied but indicate a document that type that is not supported | 400 | The SnapShot tool does not support this type of document. Check the documentation for more information. |
239
-
|`supplementary_files` are not JSON well formed | 400 | The supplementary file list cannot be parsed as a JSON object. |
239
+
|`supplementary_files` are not well formed JSON| 400 | The supplementary file list cannot be parsed as a JSON object. |
0 commit comments