diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | overview.md | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ # JsonDerulo API Spec. v2.0 [] +> Swallalala + ## What is this? - JsonDerulo Compliant Server Requirements - JsonDerulo (v2) shouldn't be viewed as something only implemented by one backend (even if it is sofar only implemented by one which serves as reference called SeckelAPI) diff --git a/overview.md b/overview.md index 6b01e3e..3cb247c 100644 --- a/overview.md +++ b/overview.md @@ -8,7 +8,7 @@ The server listens on `http://<host>:<port>`. Port is configurable, no specific ## Content Type -Everything is JSON (Derulo bahahahahah). Requests and always responses use `Content-Type: application/json`. +Everything is JSON (Derulo bahahahahah). Requests and all responses use `Content-Type: application/json`. The only exception is when a toolkit endpoint uses `response_format: "passthrough"` for proxying file downloads or something none Jayson from an upstream service. In that case the response mimetype comes from whatever upstream decides to send back. |
