8000 GitHub - bmzp/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
/ qRestAPI Public
forked from commontk/qRestAPI

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

License

Notifications You must be signed in to change notification settings

bmzp/qRestAPI

 
 

Repository files navigation

OVERVIEW

qRestAPI is a cross-platform Qt-based library allowing to easily query any RESTful web services.

It also provides a convenience interface to communicate with a Midas server RESTful API.

Prerequisites

How to build using Qt 4.x

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

How to build using Qt 5.x

git clone git://github.com/commontk/qRestAPI.git
mkdir qRestAPI-build
cd qRestAPI-build
cmake -DQt5_DIR:PATH=/path/to/Qt5.9.1/5.9.1/gcc_64/lib/cmake/Qt5 ../qRestAPI
make -j4

Testing

To run the test qMidasAPITest checking that synchronous query can successfully be executed against http://slicer.kitware.com/midas3 server.

cd qRestAPI-build
ctest

Contribute

Fork + pull.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.1%
  • CMake 6.9%
0