-
Notifications
You must be signed in to change notification settings - Fork 9
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
Create an API #48
Comments
would this be open? seems like you have it behind a secret in that commit |
Hi, the API is open at the moment (I uncommented the verification bit for RenderHack then never put it back), but I don't plan on keeping it open or supporting it long-term. What are you planning to do? |
at the moment, i don’t have a specific plan/use case for it — it just seems pretty nicely done and could potentially come in useful for some projects. i may end up writing a iOS app for trntxt if that gets interest though. |
If it's a solid REST API you want, you might be better off with something like Huxley: https://huxley.unop.uk/ |
ooh, thanks for sharing that. that looks like a great wrapper around the horrible NR APIs! |
SO HORRIBLE. Trntxt is using OpenLDBWS, which isn't even compliant SOAP, so I'm locked to a really old version of the node-soap library to make it work. |
OpenLDBWS put me off doing anything with the NR API which is why I was pleasantly surprised to see this awesome project open-sourced :) |
Make a simple REST API that returns the same results that trntxt the website returns, but in a parseable output.
Suitable for use in RenderHack 2018
The text was updated successfully, but these errors were encountered: