Looks useful. Did you make the API documentation on your own? I used github.com/lord/slate to make a documentation page out of a swagger.yaml file for http://www.coinbots.io.
I'm curious how many other coin-related APIs are out there.
It doesn't seem remarkable in any way? I think I'd prefer to run my own wrapper than use this (due to lack of proper url building, lack of proper errors, not possible to use async without changing the codebase, etc)
8 comments
[ 2.9 ms ] story [ 18.4 ms ] threadIn a similar vein.
I'm curious how many other coin-related APIs are out there.
I love Swagger.yaml, and considered it for this project, but it's small enough to do by hand...
For example, all the queries on the homepage are live results :)
[1]: https://www.reddit.com/r/cryptowatch/comments/6obyp5/changel...
It doesn't seem remarkable in any way? I think I'd prefer to run my own wrapper than use this (due to lack of proper url building, lack of proper errors, not possible to use async without changing the codebase, etc)