hirosystems / stacks-blockchain-api

API for the Stacks blockchain
https://stacks-blockchain-api.vercel.app
GNU General Public License v3.0
170 stars 108 forks source link

Missing endpoint in docs / auto-generated client #1745

Open janniks opened 8 months ago

janniks commented 8 months ago

The data_var endpoint is missing from our docs and the auto-generated client code. https://github.com/stacks-network/stacks-blockchain/blob/master/docs/rpc-endpoints.md#get-v2data_varstacks-addresscontract-namevar-name

Also missing are traits and constant_val.

zone117x commented 8 months ago

Note that we still need to replace the RPC endpoint OpenAPI spec in this repo with this: https://github.com/stacks-network/stacks-blockchain/blob/master/docs/rpc/openapi.yaml

However, this endpoint doesn't seem to be defined there either.