Small cpp library in order to use NASA's API with TLS protocol.
Check first if you have all the required dependencies.
Boost C++ Libraries : Boost provides free peer-reviewed portable C++ source libraries.
OpenSSL : Cryptography and SSL/TLS Toolkit
json-c : JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C.
git clone https://github.com/Clotildelevou/nasapi-cpp.git
cmake -B build
cd build
make