You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Labelbox uses API keys to validate requests. You can create and manage API keys on [Labelbox](https://app.labelbox.com/account/api-keys). Pass your API key as an environment variable. Then, import and initialize the API Client.
57
57
58
58
```
59
-
user@machine:~$ export LABELBOX_TEST_API_KEY_LOCAL="<your local api key here>"
59
+
user@machine:~$ export LABELBOX_API_KEY="<your local api key here>"
1. Update the `Makefile` with your `local`, `staging`, `prod` API key. Ensure that docker has been installed on your system. Make sure the key is not from a free tier account.
71
-
2. To test on `local`:
82
+
2. To test on `local`:
72
83
```
73
84
user@machine:~$ export LABELBOX_TEST_API_KEY_LOCAL="<your local api key here>"
74
85
make test-local # with an optional flag: PATH_TO_TEST=tests/integration/...etc LABELBOX_TEST_API_KEY_LOCAL=specify_here_or_export_me
0 commit comments