Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.31 KB

ShipCloud Bindings for C++

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.

Libraries

This code utilizes some nice C++14 features and relies upon these great libraries:

Building

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.

Demo

Configuration

Put your API-key into config.json and start the client.exe.

License

MIT