Skip to content

marcelog/minesweeper-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minesweeper-API

Build

Install golint like:

go get -u golang.org/x/lint/golint

Then just:

make

It will run tools like vet, and golint, compile, run tests, format the code, and open the coverage report.

Running

After building the server (see above), just run either of:

  • build/minesweeper-API-linux
  • build/minesweeper-API-darwin

API Docs

See spec.yml which is in Swagger format.

Basics

  • Create a user by POSTing to /users. You get your user id and api key.
  • Use the api key to authenticate to any protected endpoints by sending your api key in the X-API-Key header.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages