github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/openapi-generator/templates/shared/datacenters.mustache (about)

     1  ## Datacenters
     2  
     3  The API is only accessible via HTTPS and the current version is <code>v2</code>, which results in a base URL like: <code>{{{basePath}}}</code> depending on the datacenter.
     4  
     5  ### EU Datacenter
     6  ```
     7  {{{basePath}}}
     8  ```
     9  
    10  This is the default datacenter.
    11  
    12  ### US Datacenter
    13  ```
    14  https://api.us.app.phrase.com/v2/
    15  ```