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
Copy file name to clipboardexpand all lines: typescript/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,10 @@ Welcome to Anvil API usage examples in TypeScript! There are [example scripts](e
13
13
14
14
All scripts will require that you have an Anvil API key. See [the getting started documentation](https://www.useanvil.com/docs/api/getting-started) for help grabbing your API key.
15
15
16
-
When you have your API key, put it in the `.env` file here in this folder. Your `.env` will look like this:
16
+
When you have your API key, copy `.env.example` in this folder to `.env`, then set ANVIL_API_KEY to your API key. Your `.env` will look like this:
17
17
18
18
```sh
19
-
ANVIL_API_KEY=<your API key>
19
+
ANVIL_API_KEY=yourAPIKey2uzgMH0ps4cyQyadhA2Wdt
20
20
```
21
21
22
22
Each script is set up to be runnable with minimal input. Once you have an API key, you can clone this repo and run the example scripts from this directory.
0 commit comments