Skip to content

NifTK/qRestAPI

 
 

Repository files navigation

======= qRestAPI

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

OVERVIEW

qRestAPI is a cross-platform Qt-based library allowing to easily query a Midas or XNAT 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 easily synchronously or asynchronously query a REST server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%