- API Name: (Name of the API)
- Owner: (CG login)
- Type: (Reversed | Request)
- Status: (Pending | Confirmed | Deprecated | Broken)
Describe here what kind of informations this API takes as input, and delivers in the response
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": { ... },
...
}