blockcypher / explorer

Block explorer showcasing the BlockCypher APIs.
https://live.blockcypher.com
Apache License 2.0
1.09k stars 726 forks source link

Link to docs next to every API call link #55

Closed mflaxman closed 9 years ago

mflaxman commented 9 years ago

@matthieu I was thinking this might not be a bad idea to make part of the API. What if you threw something like this in your json response:

'doc_url': 'http://dev.blockcypher.com/reference.html#blocks',

I've never seen this before, it might be a bad idea.

matthieu commented 9 years ago

Sorry, not a huge fan :) JSON is great for human readability but it's still a data format, I'm not sure I want to increase the side for every calls just for this.

mflaxman commented 9 years ago

Fair enough!