This repo contains a Visual C++ Solution with two projects:
The DLL provides mechanisms to communicate with the RESTful web services provided by ShipCloud.
However, please, consider this code as pre-alpha. For a similar and more complete (JavaScript) version check out this project.
This code utilizes some nice C++14 features and relies upon these great libraries:
- C++ REST SDK a.k.a. Casablanca
- JSON for Modern C++
Before building the projects check if you have Nuget-Packages for C++ REST SDK installed on your machine. The JSON header file is located under vendors directory.
Put your API-key into config.json and start the client.exe.