How to API?
We are using a rails3 branch and recently had need to use the API. Docs are rather sparse. I am able to generate a token but have been unable to actually use the token, besides some Devise errors. Does this functionality work? If so, can you provide an example of using a token?
Howzit @mcg, thanks for reporting. That is actually the last part of the work on that branch that I need to get sorted out! I basically need to check for tokens first, then fallback to Devise in case of missing tokens.
Also, regarding the API output, I've been wondering long and hard about it. I'm thinking of pulling in ActiveModelSerializers to render out something very very close to the JSON API spec. My plans are to rebuild the interface with ember down the road, and a solid API is definitely a requirement.
What do you think? How far down the road are you with integrating?
Lastly, what kind of documentation would have been the most helpful to you for integrating?
Also, I'm a gitter chatroom for the project if you wanna chat this through.
Thanks!
Not very far along integration wise. As far as docs., a few examples of a full session using Curl would be very helpful(obtain token, use token to access a domain, add a A record, etc...).