Welcome to the Game Clients. This repository contains clients for our Game API.
Below you can find packages and libraries to help use the Game API with minimal effort:
- Ruby Client -
The gem is hosted in a git repository so you will need to install from Git. Add the following in your Gemfile:
gem 'game-client', git: 'https://github.com/danthompson/capture-the-flag-client-rb.git'
The package is hosted in a git repository so you will need to install from Git. Run the following in your shell:
npm install danthompson/capture-the-flag-client-js --save
- Go Client -
The module is hosted in a git repository so you will need to install from Git. Run the following in your shell:
go get -u github.com/danthompson/capture-the-flag-client-go
Note:
- Clients are auto-generated from an OpenAPI schema document for the Game API.
- The repository contains submodules, act accordingly.