Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 532 Bytes

000-api-template.md

File metadata and controls

25 lines (21 loc) · 532 Bytes

Meta

  • API Name: (Name of the API)
  • Owner: (CG login)
  • Type: (Reversed | Request)
  • Status: (Pending | Confirmed | Deprecated | Broken)

Summary

Describe here what kind of informations this API takes as input, and delivers in the response

Syntax

Describe here the URL and parameters. For example : input :

POST https://www.codingame.com/services/APIPath/endpoint.json
body : [param1, ...]
  • param1: Explain input parameters here...

output :

{ "id1": { ... },
  ...
}