Skip to content

Commit

Permalink
Merge pull request #746 from bcgov/yj
Browse files Browse the repository at this point in the history
doc: calling api through gateway
  • Loading branch information
ychung-mot authored Oct 25, 2024
2 parents 7e6c33d + e1acde2 commit ad5181b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Refer to [Public Short-Term Rental Data API.pdf](./Public%20Short-Term%20Rental%

### Calling API

1. Get a token with client ID and secret.
Obtain an access token using your client ID and secret, then use it to call the API. In this example, we’re calling https://strdata.dev.api.gov.bc.ca/api/organizations/strrequirements

```sh
export CLIENT_ID="your_client_id"
Expand Down

0 comments on commit ad5181b

Please sign in to comment.