Categorygithub.com/FugitiveTheGame/Fugitive3dServerRepository
modulepackage
0.0.0-20200901205930-283e58d6529e
Repository: https://github.com/fugitivethegame/fugitive3dserverrepository.git
Documentation: pkg.go.dev

# README

Fugitive3dServerRepository

The server back end for Fugitive 3D's server browser

Responses

Servers registering for the first time are returned a 201/Created with a JSON response of:

{
  "result": "created"
}

When they register again, if it's within 60 seconds of the last update, they are returned a 200/OK with a JSON response of:

{
  "result": "updated"
}

# Packages

Package srvrepo defines the public (externally importable) interfaces, types, and functions for interacting with the server repository.