Skip to content

Commit 80647bc

Browse files
Clearer API example
1 parent b78152b commit 80647bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This will create a complete APL client in the `./output` directory.
3131

3232
```apl
3333
⍝ Create a client instance
34-
client ← ⎕NEW Client (baseURL: 'https://myapi.api.com/v4')
34+
client ← ⎕NEW Client (baseURL: 'https://api.example.com/v4')
3535
3636
⍝ Call an API method
3737
result ← api.pet.findPetsByStatus.syncDetailed (client:client ⋄ status:'available')

0 commit comments

Comments
 (0)