Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

In TorneAPI we were talking about endpoints, where all requests were being sent. Since we're running a completely different API system now, we're instead talking about resources.

This page keeps track of the resources and the routes available.

Resources can be communicated with by HTTP post parameters (application/x-www-form-urlencoded) or with json.

  • No labels