/fty-common-rest

Common library with RestAPI-related functions

Primary LanguageC++OtherNOASSERTION

fty-common-rest

This is a library providing :

  • Common methods and functions for REST API, or which require use of tntnet

How to build

To build, run:

mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=usr -DBUILD_TESTING=On ..
make
sudo make install

List of Available Headers

main header

  • fty_common_rest.h

secondary headers

  • fty_common_rest_audit_log.h
  • fty_common_rest_helpers.h
  • fty_common_rest_sasl.h
  • fty_common_rest_utils_web.h
  • fty_common_rest_tokens.h