8000 GitHub - VIPERWorld/qRestAPI: Simple Qt library allowing to synchronously or asynchronously query a REST server.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Simple Qt library allowing to synchronously or asynchronously query a REST server.

Notifications You must be signed in to change notification settings

VIPERWorld/qRestAPI

 
 

Repository files navigation

OVERVIEW

qRestAPI is a cross-platform Qt-based library allowing to easily query a Midas server.

Prerequisites

How to build

git clone git://github.com/commontk/qRestAPI.git
mkdir qRestAPI-build
cd qRestAPI-build
cmake -DQT_QMAKE_EXECUTABLE:FILEPATH=/path/to/cmake ../qRestAPI
make -j4
ctest

Contribute

Fork + pull.

About

Simple Qt library allowing to synchronously or asynchronously query a REST server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.0%
  • CMake 7.0%
0