-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying from phrase/openapi@4ebef27c
- Loading branch information
Phrase
committed
Aug 3, 2020
1 parent
ae05055
commit d1ce30d
Showing
13 changed files
with
1,226 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## [email protected].6 | ||
## [email protected].7 | ||
|
||
Phrase is a translation management platform for software projects. You can collaborate on language file translation with your team or order translations through our platform. The API allows you to import locale files, download locale files, tag keys or interact in other ways with the localization data stored in Phrase for your account. | ||
|
||
## This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: | ||
|
||
- API version: 2.0.0 | ||
- Package version: 1.0.6 | ||
- Package version: 1.0.7 | ||
- Build package: phrase-js | ||
For more information, please visit [https://developers.phrase.com/api/](https://developers.phrase.com/api/) | ||
|
||
|
@@ -47,14 +47,14 @@ _published:_ | |
|
||
|
||
``` | ||
npm install [email protected].6 --save | ||
npm install [email protected].7 --save | ||
``` | ||
|
||
if you are using yarn | ||
|
||
|
||
``` | ||
yarn install [email protected].6 | ||
yarn install [email protected].7 | ||
``` | ||
|
||
_unPublished (not recommended):_ | ||
|
@@ -229,6 +229,17 @@ Class | Method | HTTP request | Description | |
*TagsApi* | **tagDelete** | **DELETE** /projects/{project_id}/tags/{name} | Delete a tag | ||
*TagsApi* | **tagShow** | **GET** /projects/{project_id}/tags/{name} | Get a single tag | ||
*TagsApi* | **tagsList** | **GET** /projects/{project_id}/tags | List tags | ||
*TeamsApi* | **teamCreate** | **POST** /accounts/{account_id}/teams | Create a Team | ||
*TeamsApi* | **teamDelete** | **DELETE** /accounts/{account_id}/teams/{team_id} | Delete Team | ||
*TeamsApi* | **teamShow** | **GET** /accounts/{account_id}/teams/{team_id} | Get Team | ||
*TeamsApi* | **teamUpdate** | **PATCH** /accounts/{account_id}/teams/{team_id} | Update Team | ||
*TeamsApi* | **teamsList** | **GET** /accounts/{account_id}/teams | List Teams | ||
*TeamsApi* | **teamsProjectsCreate** | **POST** /accounts/{account_id}/teams/{team_id}/projects | Add Project | ||
*TeamsApi* | **teamsProjectsDelete** | **DELETE** /accounts/{account_id}/teams/{team_id}/projects/{id} | Remove Project | ||
*TeamsApi* | **teamsSpacesCreate** | **POST** /accounts/{account_id}/teams/{team_id}/spaces | Add Space | ||
*TeamsApi* | **teamsSpacesDelete** | **DELETE** /accounts/{account_id}/teams/{team_id}/spaces/{id} | Remove Space | ||
*TeamsApi* | **teamsUsersCreate** | **POST** /accounts/{account_id}/teams/{team_id}/users | Add User | ||
*TeamsApi* | **teamsUsersDelete** | **DELETE** /accounts/{account_id}/teams/{team_id}/users/{id} | Remove User | ||
*TranslationsApi* | **translationCreate** | **POST** /projects/{project_id}/translations | Create a translation | ||
*TranslationsApi* | **translationExclude** | **PATCH** /projects/{project_id}/translations/{id}/exclude | Exclude a translation from export | ||
*TranslationsApi* | **translationInclude** | **PATCH** /projects/{project_id}/translations/{id}/include | Revoke exclusion of a translation in export | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.