You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-API.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
3
3
This SDK Contains automatically generated sources & documents with the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
4
4
5
-
- API version: 0.6.0
6
-
- Package version: 0.6.0
7
-
- Build date: 2016-07-13T17:50:12.792+09:00
5
+
- API version: 0.7.0
6
+
- Package version: 0.7.0
7
+
- Build date: 2016-07-21T13:37:20.306+09:00
8
8
- Build package: class io.swagger.codegen.languages.JavascriptClientCodegen
9
9
10
10
## Getting Started
@@ -26,6 +26,8 @@ var aliasId = "aliasId_example"; // {String} url path fragment alias id. should
26
26
27
27
var workspaceId ="workspaceId_example"; // {String} webida workspace id in query part
28
28
29
+
var srcPath ="srcPath_example"; // {String} source data path of some operations, without have heading /
**id** | **String** | id, and the path-fragment to access. Since this id is a path-fragment, any unsafe chars for path should not be included, especially / char. ?, *, and other special characters for shell are not also allowed. | [optional]
7
-
**workspaceId** | **String** | id of the workspace that contains source of alias | [optional]
8
-
**sourcePath** | **String** | the source of alias, relative path to workspace root directory. | [optional]
6
+
**id** | **String** | id, and the path-fragment to access. Since this id is a path-fragment, any unsafe chars for file system path should not be included. Windows OS prohibits following characters to be used in a file name. < (less than) > (greater than) : (colon) \" (double quote) / (forward slash) \\ (backslash) | (vertical bar or pipe) ? (question mark) * (asterisk) |
7
+
**workspaceId** | **String** | id of the workspace that contains source of alias |
8
+
**sourcePath** | **String** | the source of alias, relative path to workspace root directory. |
get alias objects. set aliasId to '*' to find all aliases in some workspace. if alias id is given, only 0 or 1 matched alias object will be returned.
18
+
get alias objects. set aliasId to '*' to find all aliases in some workspace. If alias id is given, only 0 or 1 matched alias object will be returned, ignoring workspaceId and srcPath. To get an alias object of some wfs path, set srcPath value to some path, and to find all aliases in a workspace, set it to '*' (empty value is not allowed by definition)
19
19
20
20
### Example
21
21
```javascript
@@ -34,6 +34,8 @@ var aliasId = "aliasId_example"; // String | url path fragment alias id. should
34
34
35
35
var workspaceId ="workspaceId_example"; // String | webida workspace id in query part
36
36
37
+
var srcPath ="srcPath_example"; // String | source data path of some operations, without have heading /
**aliasId** | **String**| url path fragment alias id. should have no '/' as well as any 'unsafe' chars for url path. especially, '*' is reserved for finding operations or some other special case. |
53
55
**workspaceId** | **String**| webida workspace id in query part |
56
+
**srcPath** | **String**| source data path of some operations, without have heading / |
54
57
55
58
### Return type
56
59
@@ -123,7 +126,7 @@ Name | Type | Description | Notes
**aliasId** | **String**| url path fragment alias id. should have no '/' as well as any 'unsafe' chars for url path. especially, '*' is reserved for finding operations or some other special case. |
165
170
**workspaceId** | **String**| webida workspace id in query part |
171
+
**srcPath** | **String**| source data path of some operations, without have heading / |
0 commit comments