@dancesport.one/tanzsport-esv-client
v0.0.0
Published
This is an unofficial TypeScript client for the public API of the Electronic Sports Administration (Elektronische Sportverwaltung, ESV) of the German DanceSport Federation (Deutscher Tanzsportverband).
Readme
Tanzsport ESV TypeScript Client (unofficial)
This is an unofficial TypeScript client for the public API of the Electronic Sports Administration (Elektronische Sportverwaltung, ESV) of the German DanceSport Federation (Deutscher Tanzsportverband). Original documentation for the API can be found here.
The client is based on Axios.
This project is under active development.
Breaking changes must be expected for all 0.0.X versions.
Table of Contents
Installation and Usage
You can install this library from the Python Package Index:
npm install --save @dancesport.one/tanzsport-esv-clientYou can then create a new client and make a request:
import { EsvApi } from "@dancesport.one/tanzsport-esv-client";
const esv = new EsvApi("user", "password", "token");
esv.client.get("");
# ...License and Disclaimer
The Tanzsport ESV TypeScript Client is open source software provided under the Apache License 2.0.
The project is not affiliated, associated, authorized, endorsed by, or in any way officially connected with the German DanceSport Federation (Deutscher Tanzsportverband), or any of its subsidiaries or its affiliates.
The names Deutscher Tanzsportverband, Tanzsport Deutschland as well as related names, marks, emblems and images are registered trademarks of their respective owners.
