Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.98 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.98 KB

Go Lock Models REST API Example

A RESTful API example for simple lock model information application with Go

It is a just simple tutorial or example for making simple RESTful API.

Installation & Run

# Download this project
go get github.com/aydinnyunus/gateCracker-REST/
# Build and Run
cd gateCracker-REST
go mod tidy
go run main.go

# API Endpoint : http://127.0.0.1:8080

Structure

├── go.mod
├── go.sum  
├── simple.go
└── main.go

Demo

https://share.streamlit.io/aydinnyunus/gatecracker/main/main.py

github-small

API

/smartLocks

  • GET : Get all smartLocks

/smartLocks/:id

  • GET : Get a smartLock

Bug / Feature Request 👨‍💻

If you find a bug (the application couldn't handle the query and / or gave undesired results), kindly open an issue here by including your search query and the expected result.

If you'd like to request a new function, feel free to do so by opening an issue here. Please include sample queries and their corresponding results.

It is my first application with GUI.Thank you !.

Blog Post

https://sockpuppets.medium.com/bypassing-door-passwords-4004b8d7995

Connect with me! 🌐