You are viewing a single comment's thread from:

RE: Designing a RESTful STEEM API

in #steem5 years ago

Very interesting! I was considering building something like this years ago, but never got around to it. I worked for like five years building the full REST (complete with HATEOAS) api for FoxyCart and know how difficult it can be. I love the idea of having something like this for Steem.

Sort:  

I hadn't heard of HATEOAS, but that's interesting!
So far I have focused on stateless GET requests, as the majority of the interaction with steemd is actually that. The only real thing to support for POST is just push_transaction, which should be simple.
Otherwise, so far everything seems to work pretty smoothly, which is exciting to me!