citycoins / api

A simple API to interact with Stacks and CityCoins data.
https://api.citycoins.co/docs
Apache License 2.0
9 stars 2 forks source link

Add endpoints and prep release #71

Closed whoabuddy closed 2 years ago

whoabuddy commented 2 years ago

This PR adds a new endpoint and will mark the final changes before a new release with v1/v2 data formats described in #54 and work done thereafter.

This is a BREAKING CHANGE so please review the updated documentation to prepare for the new schema, which allows specifying which version of the contract is being queried:

https://citycoins-api.citycoins.workers.dev/ https://citycoins-api.citycoins.workers.dev/docs

All endpoints at the link above will be available through https://api.citycoins.co once this is merged in.

(note: a large number of changed lines are related to prettier formatting)

TODO