Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 908 Bytes

File metadata and controls

25 lines (17 loc) · 908 Bytes

exapi

This repo contains the Coincube Exchange API Python wrappers.

Getting Started

In order to get up and running with this repo:

Gitlab SSH key setup

Follow GitLab instructions here.

If you receive an error "Permission denied (publickey)." you need to first create an SSH key based on instructions above.

Docker Setup

You will need Docker.

Build the Docker container(s):

docker-compose build

Run the Docker container(s):

docker-compose up

API Documentation

Once the application is running, you can view Swagger documentation at: http://0.0.0.0:443/swagger-ui
JSON is available at: http://0.0.0.0:443/swagger