The protocol is in the protocol.md file.
It is rendered as HTML via Jekyll/Kramdown by the tus.io repository (type make preview
there).
Licensed under the MIT license, see LICENSE.txt.
Copyright (c) 2013-2016 Transloadit Ltd and Contributors.
The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection.
There exists tools to create http servers and clients to access APIs using the OpenAPI description as input, e.g.:
- go-swagger
- Various generators in https://swagger.io.
The directory OpenAPI contains the OpenAPI (version 3.0.1) definitions of the tus protocol. Use a converter, e.g. API Spec Converter, source if you need a different version.
Since implementators are free to use different endpoints, the endpoints documented in the OpenAPI directory are to be considered examples.