Hi,
I’m looking for a way to post telemetry to the SatNOGs DB via HTTP (outside of the client). Looking at the TelemetryView code, (though I’m not familiar with Django) it seems like the create method handles a POST or PUT request. Could someone confirm that this is a valid API route and what fields need to be present for a valid POST or PUT request?
There does not appear to be a recently active GitLab issue for API documentation, but I did find this older issue and I’d be happy to contribute to it if possible.
I have an additional question. To perform a request on API (get), authorisation token is needed. For a POST, it seems not needed. Somebody can confirm ?