This repository contains the documentation of the API of the popular game kickbase. This work is unofficial and not related to kickbase in any way. All of this was done for scientific reasons only and you should not use it for anything else but for your personal learning!
You may see the documentation HERE.
This API is based on a postman collection. This collection is transformed to HTML using postmanerator. In order to generate the API you use the following command:
postmanerator -collection=Kickbase.postman_collection.json -output=./docs/index.html -environment=Kickbase.postman_environment.json