Skip to content

Commit

Permalink
Deploying from phrase/openapi@554c3f6e
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Aug 16, 2022
1 parent 01e3d9b commit 6905330
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,28 @@ end

```

## Datacenters

The API is only accessible via HTTPS and the current version is <code>v2</code>, which results in a base URL like: <code>https://api.phrase.com/v2</code> depending on the datacenter.

### EU Datacenter
```
https://api.phrase.com/v2
```

This is the default datacenter.

### US Datacenter
```
https://api.us.app.phrase.com/v2/
```

### Specifying US Datacenter
You can use the US datacenter by setting the following:
```
config.host = "api.us.app.phrase.com"
```

## Get help / support

Please contact [support@phrase.com](mailto:support@phrase.com?subject=[GitHub]%20phrase-go) and we can take more direct action toward finding a solution.
Expand Down

0 comments on commit 6905330

Please sign in to comment.