Using Blitz3DFASMSDK with flat.io

Assembly integration

Install
# See https://github.com/Blitz3DFASM/Blitz3DFASMSDK
Get current user profile
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.flat.io/v2/me
List the classes available for the current user
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.flat.io/v2/classes
List the collections
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.flat.io/v2/collections
SDK on GitHub 📄 API Docs
SDK
Blitz3DFASMSDK
Assembly
API
flat.io
flat.io
At a glance
Language Assembly
Endpoints81
Base URLhttps://api.flat.io/v2