Stantic documentation#
Sensor Things API Pydantic (stantic
) is a toolbox for easy communication with a STA REST endpoint (FROST server to be precise).
The idea is to use validated data schemes (thanks to pydantic magic) when pushing or extracting data to/ from a FROST server using standard STA entities.
Note
For an quick introduction to stantic
check out the 🚀 Getting started section.