Skip to content

jxx-project/JXXRS

Repository files navigation

JXXRS — C++ REST client library

Build JSON REST clients the JAX-RS way.

Overview

JXXRS provides a subset of the JAX-RS client specification and an inplementation based on Poco and JXXON.

How to use

TBD

Examples

TBD

Dependencies

  • Poco >= 1.6.0
  • JXXON

How to build

Building the JXXRS library requires CMake >= 3.0.0.

Building a static library is as of now tested with g++ on Linux x86_64 only. In the long run it's supposed to be portable to any standard conformant C++11 environment also supported by Poco.

Inside the project root directory run

make clean
./configure
make
make install

Use the environment variable Poco_DIR, if you want to use a Poco installation in a non-default location, e.g.

Poco_DIR=/path-to-poco ./configure

License

Free Software, licensed under the Boost Software License.

Why is it named "JXXRS"?

Phonetic overlay of "CXX", the make utility macro for C++, and "JAX-RS".

About

A C++ REST client library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages