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.
# 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
├── go.mod
├── go.sum
├── simple.go
└── main.go
https://share.streamlit.io/aydinnyunus/gatecracker/main/main.py
GET
: Get all smartLocks
GET
: Get a smartLock
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 !.
https://sockpuppets.medium.com/bypassing-door-passwords-4004b8d7995