Skip to content
Broadside Code Docs

First Project

Use this tutorial as the starter path for the first real OddsMap integration.

Create a local project directory and decide where your configuration will live.

Use placeholder values for:

  • API_KEY
  • API_BASE_URL
  • ENVIRONMENT
Terminal window
curl https://api.example.com/users \
-H "Authorization: Bearer YOUR_API_KEY"