/nasapi-cpp

Small cpp library in order to use NASA's API with HTTPS protocol.

Primary LanguageC++Apache License 2.0Apache-2.0

nasapi-cpp

Small cpp library in order to use NASA's API with TLS protocol.

Build status

Build status

Building on UNIX

Dependencies

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.

Build with CMake

git clone https://github.com/Clotildelevou/nasapi-cpp.git
cmake -B build
cd build
make

Documentation