8000 GitHub - jrkt/thermostat-project: Simple representation of a REST API for controlling thermostats in a home
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jrkt/thermostat-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

thermostat-project

This is a representation of a REST API used to control and obtain information regarding x number of thermostats in a home. There are two directories:

  • apidocs
    • contains swagger api documentation to provide a high level overview of all endpoints
    • to view the API documentation
  • server
    • contains the executable API server and a full unit test suite to validate all endpoints included in the API
    • to run the test suite
      • cd server
      • go test -v
    • to run the web server
      • cd server
      • go run server

About

Simple representation of a REST API for controlling thermostats in a home

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0