Skip to content

Commit

Permalink
Merge pull request #9 from gotchazipc/master
Browse files Browse the repository at this point in the history
bumped to version 0.5.0
  • Loading branch information
gotchazipc authored Jul 11, 2016
2 parents dc20e59 + b669181 commit 2ff956c
Show file tree
Hide file tree
Showing 54 changed files with 464 additions and 910 deletions.
11 changes: 4 additions & 7 deletions README-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

This SDK Contains automatically generated sources & documents with the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 0.3.0
- Package version: 0.3.0
- Build date: 2016-07-11T14:35:38.260+09:00
- API version: 0.5.0
- Package version: 0.5.0
- Build date: 2016-07-12T01:02:48.746+09:00
- Build package: class io.swagger.codegen.languages.JavascriptClientCodegen

## Getting Started
Expand Down Expand Up @@ -63,14 +63,11 @@ Class | Method | HTTP request | Description
*WebidaRestfulApi.WorkspaceApi* | [**cancel**](docs/WorkspaceApi.md#cancel) | **DELETE** /workspaces/{workspaceId}/exec |
*WebidaRestfulApi.WorkspaceApi* | [**createWorkspace**](docs/WorkspaceApi.md#createWorkspace) | **POST** /workspaces |
*WebidaRestfulApi.WorkspaceApi* | [**exec**](docs/WorkspaceApi.md#exec) | **POST** /workspaces/{workspaceId}/exec |
*WebidaRestfulApi.WorkspaceApi* | [**findProcs**](docs/WorkspaceApi.md#findProcs) | **GET** /workspaces/{workspaceId}/exec |
*WebidaRestfulApi.WorkspaceApi* | [**findWorkspaces**](docs/WorkspaceApi.md#findWorkspaces) | **GET** /workspaces |
*WebidaRestfulApi.WorkspaceApi* | [**getChildProcs**](docs/WorkspaceApi.md#getChildProcs) | **GET** /workspaces/{workspaceId}/exec |
*WebidaRestfulApi.WorkspaceApi* | [**getWorkspace**](docs/WorkspaceApi.md#getWorkspace) | **GET** /workspaces/{workspaceId} |
*WebidaRestfulApi.WorkspaceApi* | [**readMetadata**](docs/WorkspaceApi.md#readMetadata) | **GET** /workspaces/{workspaceId}/metadata/{objectPath} |
*WebidaRestfulApi.WorkspaceApi* | [**removeMetadata**](docs/WorkspaceApi.md#removeMetadata) | **DELETE** /workspaces/{workspaceId}/metadata/{objectPath} |
*WebidaRestfulApi.WorkspaceApi* | [**removeWorkspace**](docs/WorkspaceApi.md#removeWorkspace) | **DELETE** /workspaces/{workspaceId} |
*WebidaRestfulApi.WorkspaceApi* | [**updateWorkspace**](docs/WorkspaceApi.md#updateWorkspace) | **PUT** /workspaces/{workspaceId} |
*WebidaRestfulApi.WorkspaceApi* | [**writeMetadata**](docs/WorkspaceApi.md#writeMetadata) | **PUT** /workspaces/{workspaceId}/metadata/{objectPath} |


## Documentation for Models
Expand Down
4 changes: 2 additions & 2 deletions api-bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion api-bundle.js.map

Large diffs are not rendered by default.

211 changes: 52 additions & 159 deletions api-spec/swagger.json

Large diffs are not rendered by default.

Loading

0 comments on commit 2ff956c

Please sign in to comment.