Skip to content

Commit

Permalink
Merge pull request #36 from storyblok/feature/INT-1120
Browse files Browse the repository at this point in the history
INT-1120 Update readme with new regions information
  • Loading branch information
joaokamun authored Dec 8, 2023
2 parents cc8305a + a6b34e2 commit f62e4a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ Storyblok::Client.new(version: 'published')

#### Using the APIs on other regions

You should use the space access token AND `api_region: 'us'` whenever your space was created under `US` Server Location.
You should use the space access token with the `api_region` parameter whenever your space belongs to other server locations.

Available regions: `eu`, `us`, `ca` and `ap`.

Example on US region:

```ruby
client = Storyblok::Client.new(token: 'YOUR_TOKEN', api_region: 'us')
Expand Down

0 comments on commit f62e4a5

Please sign in to comment.