Skip to content

Commit

Permalink
Deploying from phrase/openapi@4ebef27c
Browse files Browse the repository at this point in the history
  • Loading branch information
Phrase committed Aug 3, 2020
1 parent ae05055 commit d1ce30d
Show file tree
Hide file tree
Showing 13 changed files with 1,226 additions and 6 deletions.
19 changes: 15 additions & 4 deletions README.md
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/)

Expand Down Expand Up @@ -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):_
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phrase-js",
"version": "1.0.6",
"version": "1.0.7",
"description": "OpenAPI client for Phrase",
"author": "OpenAPI-Generator",
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit d1ce30d

Please sign in to comment.