Using docker-android-build-box with box.com

Dockerfile integration

Install
# See https://github.com/mingchen/docker-android-build-box
List enterprise users
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.box.com/2.0/users
List user and enterprise events
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.box.com/2.0/events
List groups for enterprise
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.box.com/2.0/groups
SDK on GitHub 📄 API Docs
SDK
docker-android-build-box
Dockerfile
API
box.com
box.com
At a glance
Language Dockerfile
Endpoints258
Base URLhttps://api.box.com/2.0