Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • coscine/backend/libraries/apiclient
1 result
Show changes
Commits on Source (7)
Showing
with 61 additions and 55 deletions
......@@ -224,6 +224,9 @@ Class | Method | HTTP request | Description
*SelfSessionApi* | [**Login**](docs/SelfSessionApi.md#login) | **GET** /api/v2/self/session | Initiate the login workflow with the default (NFDI4Ing AAI) provider.
*SelfSessionApi* | [**LoginWithProvider**](docs/SelfSessionApi.md#loginwithprovider) | **GET** /api/v2/self/session/{externalAuthenticatorId} | Initiate the login workflow with specific provider.
*SelfSessionApi* | [**Merge**](docs/SelfSessionApi.md#merge) | **GET** /api/v2/self/session/merge/{externalAuthenticatorId} | Initiate the merge workflow with specific provider.
*SystemStatusApi* | [**ApiV2SystemStatusOptions**](docs/SystemStatusApi.md#apiv2systemstatusoptions) | **OPTIONS** /api/v2/system/status | Responds with the HTTP methods allowed for the endpoint.
*SystemStatusApi* | [**GetInternalMessages**](docs/SystemStatusApi.md#getinternalmessages) | **GET** /api/v2/system/status/internal | Retrieves the internal messages.
*SystemStatusApi* | [**GetNocMessages**](docs/SystemStatusApi.md#getnocmessages) | **GET** /api/v2/system/status/noc | Retrieves the NOC messages.
*TitleApi* | [**ApiV2TitlesOptions**](docs/TitleApi.md#apiv2titlesoptions) | **OPTIONS** /api/v2/titles | Responds with the HTTP methods allowed for the endpoint.
*TitleApi* | [**GetTitle**](docs/TitleApi.md#gettitle) | **GET** /api/v2/titles/{titleId} | Retrieves a title by ID.
*TitleApi* | [**GetTitles**](docs/TitleApi.md#gettitles) | **GET** /api/v2/titles | Retrieves all titles.
......@@ -309,6 +312,9 @@ Class | Method | HTTP request | Description
- [Model.LicenseForResourceManipulationDto](docs/LicenseForResourceManipulationDto.md)
- [Model.MaintenanceDto](docs/MaintenanceDto.md)
- [Model.MaintenanceDtoPagedResponse](docs/MaintenanceDtoPagedResponse.md)
- [Model.MessageDto](docs/MessageDto.md)
- [Model.MessageDtoPagedResponse](docs/MessageDtoPagedResponse.md)
- [Model.MessageType](docs/MessageType.md)
- [Model.MetadataTreeDto](docs/MetadataTreeDto.md)
- [Model.MetadataTreeDtoPagedResponse](docs/MetadataTreeDtoPagedResponse.md)
- [Model.MetadataTreeDtoResponse](docs/MetadataTreeDtoResponse.md)
......@@ -340,6 +346,7 @@ Class | Method | HTTP request | Description
- [Model.ProjectInvitationForProjectManipulationDto](docs/ProjectInvitationForProjectManipulationDto.md)
- [Model.ProjectInvitationResolveDto](docs/ProjectInvitationResolveDto.md)
- [Model.ProjectMinimalDto](docs/ProjectMinimalDto.md)
- [Model.ProjectOrganizationDto](docs/ProjectOrganizationDto.md)
- [Model.ProjectPublicationRequestDto](docs/ProjectPublicationRequestDto.md)
- [Model.ProjectPublicationRequestDtoResponse](docs/ProjectPublicationRequestDtoResponse.md)
- [Model.ProjectQuotaDto](docs/ProjectQuotaDto.md)
......@@ -421,7 +428,6 @@ Class | Method | HTTP request | Description
- [Model.UserDtoResponse](docs/UserDtoResponse.md)
- [Model.UserEmailDto](docs/UserEmailDto.md)
- [Model.UserForUpdateDto](docs/UserForUpdateDto.md)
- [Model.UserInstituteDto](docs/UserInstituteDto.md)
- [Model.UserMergeDto](docs/UserMergeDto.md)
- [Model.UserMergeDtoResponse](docs/UserMergeDtoResponse.md)
- [Model.UserMinimalDto](docs/UserMinimalDto.md)
......
......@@ -95,7 +95,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | Success | - |
| **200** | OK | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
......@@ -137,7 +137,7 @@ namespace Example
var httpMethod = new CoscineHttpMethod?(); // CoscineHttpMethod? | The http method to filter activity logs by. (optional)
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var pageSize = 56; // int? | The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......@@ -247,7 +247,7 @@ namespace Example
var includePublicationRequests = true; // bool? | Gets or sets a value indicating whether to include project publication requests in the results. (optional)
var pageSize = 56; // int? | Number of items per page. The maximum number of items per page is `250`. (optional)
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......@@ -354,7 +354,7 @@ namespace Example
var includeQuotas = true; // bool? | Value indicating whether to include individual resource quotas. (optional)
var pageSize = 56; // int? | Number of items per page. The maximum number of items per page is `250`. (optional)
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......@@ -458,7 +458,7 @@ namespace Example
var tosAccepted = true; // bool? | Gets or sets a value indicating whether the terms of service have been accepted by the user. (optional)
var pageSize = 56; // int? | Number of items per page. The maximum number of items per page is `250`. (optional)
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......@@ -560,7 +560,7 @@ namespace Example
var apiInstance = new AdminApi(config);
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var pageSize = 56; // int? | The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......
......@@ -91,7 +91,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | Success | - |
| **200** | OK | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
......@@ -324,7 +324,7 @@ namespace Example
var modules = true; // bool? | Gets or sets a value indicating whether to include modules in the application profiles. (optional)
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var pageSize = 56; // int? | The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......
......@@ -5,7 +5,7 @@ Represents an application profile data transfer object.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Uri** | **string** | The URI associated with the application profile. | [optional]
**Uri** | **string** | The URI associated with the application profile. |
**DisplayName** | **string** | The display name for the application profile. | [optional]
**Description** | **string** | The description of the application profile. | [optional]
**Definition** | [**RdfDefinitionDto**](RdfDefinitionDto.md) | | [optional]
......
......@@ -5,7 +5,7 @@ Represents a minimalistic application profile data transfer object.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Uri** | **string** | The URI associated with the application profile. | [optional]
**Uri** | **string** | The URI associated with the application profile. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......@@ -98,7 +98,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | Success | - |
| **200** | OK | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
......
......@@ -89,7 +89,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | Success | - |
| **200** | OK | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
......@@ -218,7 +218,7 @@ namespace Example
var apiInstance = new DisciplineApi(config);
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var pageSize = 56; // int? | The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......
......@@ -5,13 +5,13 @@ Represents a GitLab branch data transfer object (DTO).
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | **string** | The name of the GitLab branch. | [optional]
**Merged** | **bool** | Indicates if the branch is merged. | [optional]
**Protected** | **bool** | Indicates if the branch is protected. | [optional]
**Default** | **bool** | Indicates if the branch is set as default. | [optional]
**DevelopersCanPush** | **bool** | Indicates if developers can push changes to the branch. | [optional]
**DevelopersCanMerge** | **bool** | Indicates if developers can merge changes into the branch. | [optional]
**CanPush** | **bool** | Indicates if the user can push changes to the branch. | [optional]
**Name** | **string** | The name of the GitLab branch. |
**Merged** | **bool** | Indicates if the branch is merged. |
**Protected** | **bool** | Indicates if the branch is protected. |
**Default** | **bool** | Indicates if the branch is set as default. |
**DevelopersCanPush** | **bool** | Indicates if developers can push changes to the branch. |
**DevelopersCanMerge** | **bool** | Indicates if developers can merge changes into the branch. |
**CanPush** | **bool** | Indicates if the user can push changes to the branch. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......@@ -5,19 +5,19 @@ Represents a GitLab project data transfer object (DTO).
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **int** | The unique identifier for the GitLab project. | [optional]
**Archived** | **bool** | Indicates if the GitLab project is archived. | [optional]
**Name** | **string** | The name of the GitLab project. | [optional]
**NameWithNamespace** | **string** | The full name of the GitLab project including namespace. | [optional]
**Description** | **string** | A brief description of the GitLab project. | [optional]
**DefaultBranch** | **string** | The default branch of the GitLab project. | [optional]
**Path** | **string** | The path of the GitLab project. | [optional]
**PathWithNamespace** | **string** | The path of the GitLab project including namespace. | [optional]
**LastActivityAt** | **string** | The timestamp of the last activity related to the GitLab project. | [optional]
**CreatedAt** | **string** | The creation timestamp of the GitLab project. | [optional]
**WebUrl** | **string** | The URL to view the GitLab project in a web browser. | [optional]
**HttpUrlToRepo** | **string** | The HTTP URL to access the GitLab project repository. | [optional]
**SshUrlToRepo** | **string** | The SSH URL to access the GitLab project repository. | [optional]
**Id** | **int** | The unique identifier for the GitLab project. |
**Archived** | **bool** | Indicates if the GitLab project is archived. |
**Name** | **string** | The name of the GitLab project. |
**NameWithNamespace** | **string** | The full name of the GitLab project including namespace. |
**Description** | **string** | A brief description of the GitLab project. |
**DefaultBranch** | **string** | The default branch of the GitLab project. |
**Path** | **string** | The path of the GitLab project. |
**PathWithNamespace** | **string** | The path of the GitLab project including namespace. |
**LastActivityAt** | **string** | The timestamp of the last activity related to the GitLab project. |
**CreatedAt** | **string** | The creation timestamp of the GitLab project. |
**WebUrl** | **string** | The URL to view the GitLab project in a web browser. |
**HttpUrlToRepo** | **string** | The HTTP URL to access the GitLab project repository. |
**SshUrlToRepo** | **string** | The SSH URL to access the GitLab project repository. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......@@ -89,7 +89,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | Success | - |
| **200** | OK | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
......
......@@ -4,7 +4,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Values** | [**List<HandleValueForUpdateDto>**](HandleValueForUpdateDto.md) | | [optional]
**Values** | [**List<HandleValueForUpdateDto>**](HandleValueForUpdateDto.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......@@ -5,8 +5,8 @@ Data transfer object (DTO) representing updating a handle.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Type** | **string** | The data type of the handle. | [optional]
**ParsedData** | **Object** | The parsed data of the handle. | [optional]
**Type** | **string** | The data type of the handle. |
**ParsedData** | **Object** | The parsed data of the handle. |
**Idx** | **int** | The id of the handle. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......
......@@ -5,8 +5,8 @@ Represents a Data Transfer Object (DTO) for an identity provider.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **Guid** | Gets or sets the unique identifier for the identity provider. | [optional]
**DisplayName** | **string** | Gets or sets the display name of the identity provider. | [optional]
**Id** | **Guid** | Gets or sets the unique identifier for the identity provider. |
**DisplayName** | **string** | Gets or sets the display name of the identity provider. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......@@ -89,7 +89,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | Success | - |
| **200** | OK | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
......@@ -218,7 +218,7 @@ namespace Example
var apiInstance = new LanguageApi(config);
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var pageSize = 56; // int? | The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......
......@@ -5,9 +5,9 @@ Represents a Data Transfer Object (DTO) for language details.
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **Guid** | Gets or sets the unique identifier for the language. | [optional]
**DisplayName** | **string** | Gets or sets the display name of the language. | [optional]
**Abbreviation** | **string** | Gets or sets the abbreviation for the language. | [optional]
**Id** | **Guid** | Gets or sets the unique identifier for the language. |
**DisplayName** | **string** | Gets or sets the display name of the language. |
**Abbreviation** | **string** | Gets or sets the abbreviation for the language. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......@@ -89,7 +89,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | Success | - |
| **200** | OK | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
......@@ -218,7 +218,7 @@ namespace Example
var apiInstance = new LicenseApi(config);
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var pageSize = 56; // int? | The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......
......@@ -88,7 +88,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | Success | - |
| **200** | OK | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
......
......@@ -4,13 +4,13 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Id** | **string** | ID of the message. | [optional]
**Id** | **string** | ID of the message. |
**Body** | **Dictionary<string, string>** | Message body in multiple languages as key-value pairs. The key is the ISO 639-1 Alpha-2 two-letter language code, and the value is the message in that language. | [optional]
**Type** | **MessageType** | | [optional]
**Title** | **string** | Title of the message. | [optional]
**Href** | **string** | URL related to the message. | [optional]
**StartDate** | **DateTime?** | Start date of the message. | [optional]
**EndDate** | **DateTime?** | End date of the message. | [optional]
**StartDate** | **DateTime?** | Start date of the message (UTC). | [optional]
**EndDate** | **DateTime?** | End date of the message (UTC). | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
......@@ -89,7 +89,7 @@ void (empty response body)
### HTTP response details
| Status code | Description | Response headers |
|-------------|-------------|------------------|
| **200** | Success | - |
| **200** | OK | - |
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
......@@ -220,7 +220,7 @@ namespace Example
var filterByPublicationService = true; // bool? | Gets or sets the option to find only organizations having the publication service set. (optional)
var pageNumber = 56; // int? | The desired page number. Should be greater than or equal to 1. Default is 1. (optional)
var pageSize = 56; // int? | The desired page size. Should be between 1 and the maximum allowed page size (50). Default is 10. (optional)
var orderBy = "orderBy_example"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
var orderBy = "propertyA asc, propertyB desc"; // string? | Gets or sets the field name used for ordering the results. The order is constructed by a order string. Use the property followed by \"asc\" or \"desc\" and separate properties by commas. Default is asc. (optional)
try
{
......
......@@ -5,8 +5,8 @@ Represents a data transfer object (DTO) for an organization, including its ROR (
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Uri** | **string** | The ROR (Research Organization Registry) ID of the organization. | [optional]
**DisplayName** | **string** | The display name of the organization. | [optional]
**Uri** | **string** | The ROR (Research Organization Registry) ID of the organization. |
**DisplayName** | **string** | The display name of the organization. |
**Email** | **string** | The email address of the organization. | [optional]
**PublicationAdvisoryService** | [**PublicationAdvisoryServiceDto**](PublicationAdvisoryServiceDto.md) | | [optional]
......