curl_stocks
Loading...
Searching...
No Matches
Classes | Functions
api.h File Reference

Api class. More...

#include <stddef.h>
#include <string>
#include "curl.h"
Include dependency graph for api.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Api
 Wraps alphavantage API. Fetches stock data using curl. More...
 

Functions

size_t callback (void *contents, size_t size, size_t nmemb, std::string *s)
 A call back function to be used with curl.
 

Detailed Description

Api class.

Author
Akshay Shedbalkar