-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any chance for printables.com support? #139
Comments
Hi! I would love to add support for printables.com, it seems to gain more traction lately. However I cannot find any documentation about there being an API in order to integrate 3rd party applications. Unless there's a somewhat stable API and OAuth2-like auth system in place I cannot add support for it. |
Ah, didn't realize thingiverse and myminifactory have an actual API. |
was the answer from prusaprinters |
Mmm that's too bad, we'll have to wait for them to build such an API then. |
It looks like the site is actually built on top of a GraphQL API (https://api.printables.com/graphql/). It would probably work to just use that, and just accept that it could break if they make any significant changes to the site backend. |
Great find! however I'd still need some documentation and any indication that this API is meant for public usage to be able to write code against it. |
Judging by forums this API is being used by some users already https://forum.prusa3d.com/forum/english-forum-general-discussion-announcements-and-releases/graphql-moved/ |
Thanks
The text was updated successfully, but these errors were encountered: