-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
1,683 additions
and
194 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
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
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
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 |
---|---|---|
@@ -0,0 +1,115 @@ | ||
# QueryApi | ||
|
||
All URIs are relative to *http://localhost:8080/fitlayout-web* | ||
|
||
Method | HTTP request | Description | ||
------------- | ------------- | ------------- | ||
[**addQuery**](QueryApi.md#addQuery) | **POST** /api/r/{repoId}/query | Adds a saved a query | ||
[**deleteQuery**](QueryApi.md#deleteQuery) | **DELETE** /api/r/{repoId}/query/{id} | Deletes a saved query | ||
[**getQuery**](QueryApi.md#getQuery) | **GET** /api/r/{repoId}/query/{id} | Obtains a saved query | ||
[**list**](QueryApi.md#list) | **GET** /api/r/{repoId}/query | Obtains all the saved queries | ||
|
||
|
||
<a name="addQuery"></a> | ||
# **addQuery** | ||
> addQuery(repoId, SavedQueryDTO) | ||
Adds a saved a query | ||
|
||
### Parameters | ||
|
||
Name | Type | Description | Notes | ||
------------- | ------------- | ------------- | ------------- | ||
**repoId** | **String**| The ID of the artifact repository to use | [default to null] | ||
**SavedQueryDTO** | [**SavedQueryDTO**](../Models/SavedQueryDTO.md)| | [optional] | ||
|
||
### Return type | ||
|
||
null (empty response body) | ||
|
||
### Authorization | ||
|
||
[jwt](../README.md#jwt) | ||
|
||
### HTTP request headers | ||
|
||
- **Content-Type**: application/json | ||
- **Accept**: Not defined | ||
|
||
<a name="deleteQuery"></a> | ||
# **deleteQuery** | ||
> deleteQuery(repoId, id) | ||
Deletes a saved query | ||
|
||
### Parameters | ||
|
||
Name | Type | Description | Notes | ||
------------- | ------------- | ------------- | ------------- | ||
**repoId** | **String**| The ID of the artifact repository to use | [default to null] | ||
**id** | **Long**| | [default to null] | ||
|
||
### Return type | ||
|
||
null (empty response body) | ||
|
||
### Authorization | ||
|
||
[jwt](../README.md#jwt) | ||
|
||
### HTTP request headers | ||
|
||
- **Content-Type**: Not defined | ||
- **Accept**: Not defined | ||
|
||
<a name="getQuery"></a> | ||
# **getQuery** | ||
> getQuery(repoId, id) | ||
Obtains a saved query | ||
|
||
### Parameters | ||
|
||
Name | Type | Description | Notes | ||
------------- | ------------- | ------------- | ------------- | ||
**repoId** | **String**| The ID of the artifact repository to use | [default to null] | ||
**id** | **Long**| | [default to null] | ||
|
||
### Return type | ||
|
||
null (empty response body) | ||
|
||
### Authorization | ||
|
||
[jwt](../README.md#jwt) | ||
|
||
### HTTP request headers | ||
|
||
- **Content-Type**: Not defined | ||
- **Accept**: Not defined | ||
|
||
<a name="list"></a> | ||
# **list** | ||
> list(repoId) | ||
Obtains all the saved queries | ||
|
||
### Parameters | ||
|
||
Name | Type | Description | Notes | ||
------------- | ------------- | ------------- | ------------- | ||
**repoId** | **String**| The ID of the artifact repository to use | [default to null] | ||
|
||
### Return type | ||
|
||
null (empty response body) | ||
|
||
### Authorization | ||
|
||
[jwt](../README.md#jwt) | ||
|
||
### HTTP request headers | ||
|
||
- **Content-Type**: Not defined | ||
- **Accept**: Not defined | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# RepositoryOperatorApi | ||
|
||
All URIs are relative to *http://localhost:8080/fitlayout-web* | ||
|
||
Method | HTTP request | Description | ||
------------- | ------------- | ------------- | ||
[**repositoryListOperators**](RepositoryOperatorApi.md#repositoryListOperators) | **GET** /api/r/{repoId}/operator | Gets a list of available area tree operator services for the repository. | ||
|
||
|
||
<a name="repositoryListOperators"></a> | ||
# **repositoryListOperators** | ||
> List repositoryListOperators(repoId) | ||
Gets a list of available area tree operator services for the repository. | ||
|
||
### Parameters | ||
|
||
Name | Type | Description | Notes | ||
------------- | ------------- | ------------- | ------------- | ||
**repoId** | **String**| The ID of the artifact repository to use | [default to null] | ||
|
||
### Return type | ||
|
||
[**List**](../Models/ParametrizedServiceDescr.md) | ||
|
||
### Authorization | ||
|
||
[jwt](../README.md#jwt) | ||
|
||
### HTTP request headers | ||
|
||
- **Content-Type**: Not defined | ||
- **Accept**: application/json | ||
|
Oops, something went wrong.