UMTS at Teleco 1 сар өмнө
parent
commit
da4932c80b
2 өөрчлөгдсөн 3 нэмэгдсэн , 1 устгасан
  1. 2 0
      README.md
  2. 1 1
      overview.md

+ 2 - 0
README.md

@@ -1,6 +1,8 @@
 # JsonDerulo API Spec. v2.0
 [![JsonDerulo API Spec](https://git.teleco.ch/crt/jsonderulo-api-spec.git/plain/images/jayson-de-json.png)]
 
+> 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)

+ 1 - 1
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.