• Stars
    star
    1,412
  • Rank 32,610 (Top 0.7 %)
  • Language
  • License
    MIT License
  • Created over 11 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Open Protocol for Resumable File Uploads

tus resumable upload protocol

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).

License

Licensed under the MIT license, see LICENSE.txt.

Copyright (c) 2013-2016 Transloadit Ltd and Contributors.

OpenAPI specification

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.:

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.