engrogerio / icontrol

0 stars 0 forks source link

Implement REST based ws #13

Open engrogerio opened 6 years ago

engrogerio commented 6 years ago

https://github.com/dploeger/django-restviews

engrogerio commented 5 years ago

Evaluate if GraphQL suits better for retriving customized inspection records, for example.

Evaluate if API will be used for elements creation only or also for user data entry interfaces.

Actions are: http://inventsis.com.br/icontrol/api/v1.0/tag/create http://inventsis.com.br/icontrol/api/v1.0/tag/read/GUID http://inventsis.com.br/icontrol/api/v1.0/tag/update/GUID http://inventsis.com.br/icontrol/api/v1.0/tag/delete/GUID

curl -v POST http://inventsis.com.br/icontrol/api/v1.0/tag -d '{"name":"Pressure","help_text":"Enter pressure","Type":"Float point number","choices_source":"GUID","unit":"PSI", "decimal_places":2, "maximum_length":10} http://inventsis.com.br/icontrol/api/v1.0/value/create