Skip to content

wolfbeacon/deprecated-wolfbeacon-go-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API

OSH's API service

See routes here

example post request body to /hackathons/new:

{
  "ownerid": 12345,
  "name": "testhackathon1",
  "location": {
    "name": "testuni",
    "city": "cambridge",
    "state": "mass",
    "coords": [
      1.1,
      2.2
    ]
  },
  "startdate": 1,
  "enddate": 2,
  "currentstate": 0,
  "prizes": [
    {
      "name": "prize1",
      "description": "prizedesc",
      "sponsor": "osh"
    }
  ],
  "reimbursements": false,
  "busesoffered": false,
  "buslocations": [],
  "sociallinks": [],
  "hardware": [],
  "map": "http://www.google.com",
  "metadata": ""
}

About

[DEPRECATED] OSH's API service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages