Skip to content

Unofficial C++ client for communicating with Uplink (Upstox Trading API)

Notifications You must be signed in to change notification settings

CS-Aditya-Rawat/CPPUpstox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Upstox API C++ Client

Overview

The unoficial C++ client for communicating with Upstox Uplink API.

CPPUpstox is header-only library that wraps around Upstox Uplink REST API. It saves you the hassle of directly communicating with the APIs and provides an easy to use, native and modern C++ interface.

Dependencies

CPPUpstox requires C++17 and following dependencies

Getting dependencies

  • On Arch Linux: sudo pacman -S openssl
  • On Fedora 32: sudo dnf install openssl-devel
  • On Ubuntu: sudo apt install libssl-dev

Building & Installation

Clone the repository

https://github.com/CS-Aditya-Rawat/CPPUpstox.git

CPPUpstox is a header-only library. Copy the include folder to system or project's include path.

Building

mkdir build && cd build
cmake .. <other-options>
make

About

Unofficial C++ client for communicating with Uplink (Upstox Trading API)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published