Labsmore / pyuscope

Python machine vision platform
BSD 2-Clause "Simplified" License
80 stars 17 forks source link

DNM: Example of more REST style. #452

Closed mithro closed 4 months ago

mithro commented 9 months ago

Example for @JohnDMcMaster of how a REST API might work.

If the request is a POST, then read the data out and make the change, then return the current state. If the request is a GET, then just return the current state.

Examples;

JohnDMcMaster commented 4 months ago

No activity + DNM on this for a while, closing PR