API get data?
How to get data from an API that seems to be in JSON? Is getting data via GET or POST method. How do I insert the key, or .... are there instructions, examples somewhere?
RE: API get data?
You can find a lot of the documentation in their github:
https://github.com/prusa3d/Prusa-Link-Web
Printer: Original Prusa Mini+
Nozzles: E3D 0.25, E3D Nozzle X 0.4 , E3D 0.4, Bondtech 0.6 CHL
Printables: Tysonsw
Mastodon: [email protected]
.
RE: API get data?
We sadly do not provide a how to guide on using it, but it's the same as any Rest API. The only difference might be the HTTP Digest authentication
RE: API get data?
I know that this request is a little old, but I just published a a reverse proxy I wrote that you can use as sample code for how to use digest auth and call their API. I only call two of the api endpoints, but adding the rest wouldn't be difficult work. It's written in C# (.net core 7).
https://github.com/42degrees/PrusaPrinterApiForObs
How to get data from an API that seems to be in JSON? Is getting data via GET or POST method. How do I insert the key, or .... are there instructions, examples somewhere?