Using linphone-sdk with gitlab.com

C++ integration

Install
# See https://github.com/BelledonneCommunications/linphone-sdk
Get the currently authenticated user
curl \
  -H "PRIVATE_HEADER: $API_KEY" \
  /v3/user
Get the list of system hooks
curl \
  -H "PRIVATE_HEADER: $API_KEY" \
  /v3/hooks
Get a todo list
curl \
  -H "PRIVATE_HEADER: $API_KEY" \
  /v3/todos
SDK on GitHub 📄 API Docs
SDK
linphone-sdk
C++
API
gitlab.com
gitlab.com
At a glance
Language C++
Endpoints358