The Wayback Machine - https://web.archive.org/web/20210801013510/https://github.com/topics/api-wrapper
Skip to content
#

api-wrapper

An API can be thought of as an instruction manual for communication between multiple software apparatuses. For example, an API may be used for database communication between web applications. By extracting the implementation and relinquishing data into objects, an API simplifies programming.

Here are 2,218 public repositories matching this topic...

saviornt
saviornt commented May 1, 2021

I've been experimenting with the crypto aspects of the library, and I do see that there are the endpoints for daily, weekly, and monthly, however the endpoint for intraday is not available using the "function=CRYPTO_INTRADAY" from the Cryptocurrencies section of the API.

I would assume the format would be:
`(data, meta) = cc.get_crypto_intraday(symbol = "", interval = "", market = "", outputs

Wikipedia
Wikipedia