cvisionai / tator-py

Python client for Tator
https://www.tator.io/docs/references/tator-py
MIT License
4 stars 3 forks source link

Add example use of AttributeType endpoint #37

Open henxing opened 3 years ago

henxing commented 3 years ago

Add an example script in the examples folder that shows how to exercise the POST, PATCH, and DELETE operations on the AttributeType endpoint.

henxing commented 3 years ago

9afb424e6addf1960641bee2ed314cc4219f48c0 adds an example that exercises the POST method, still need to add examples for PATCH and DELETE.