Skip to content

danthompson/capture-the-flag-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💚 2020 Test Double Capture the Flag

GameAPI Clients

Welcome to the Game Clients. This repository contains clients for our Game API.

Language libraries

Below you can find packages and libraries to help use the Game API with minimal effort:

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

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published