Using pico-clion-template with probely.com

CMake integration

Install
# See https://github.com/rogerdahl/pico-clion-template
List API keys allowed to operate on account
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/keys/
Subscription plans
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/plans/
List users
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.probely.com/users/
SDK on GitHub 📄 API Docs
SDK
pico-clion-template
CMake
API
probely.com
probely.com
At a glance
Language CMake
Endpoints147
Base URLhttps://api.probely.com