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
Select Git revision
  • Hotfix/3115-userReportingEmpty
  • Hotfix/3115-userReportingEmpty2
  • Issue/2432-publicationKpi
  • Issue/2446-addingResponsibleOrganization
  • Issue/2492-respOrg
  • Issue/2627-addPidRecord
  • Issue/2666-adminCronjobs
  • Issue/2666-adminCronjobs-theSequal
  • Issue/2668-graphDeployer
  • Issue/2672-fixSfbPidPointing
  • Issue/2769-migrateCron
  • Issue/2782-correctUsageRights
  • Issue/2847-reporting
  • Issue/2881-messageController
  • Issue/2944-gdShenanigans
  • Issue/2981-dataPubInDb
  • Issue/2982-kpiDataPub
  • Issue/3011-maintenanceMode
  • Issue/3043-DataStorageNrwResource
  • Issue/3142-kpiGenerator
  • dev
  • main
  • test-linux-pipelines
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.8.0
  • v1.9.0
  • v1.9.1
  • v1.9.10
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • v1.9.5
  • v1.9.6
  • v1.9.7
  • v1.9.8
  • v1.9.9
46 results

Target

Select target project
  • coscine/backend/libraries/apiclient
1 result
Select Git revision
  • Hotfix/3115-userReportingEmpty
  • Hotfix/3115-userReportingEmpty2
  • Issue/2432-publicationKpi
  • Issue/2446-addingResponsibleOrganization
  • Issue/2492-respOrg
  • Issue/2627-addPidRecord
  • Issue/2666-adminCronjobs
  • Issue/2666-adminCronjobs-theSequal
  • Issue/2668-graphDeployer
  • Issue/2672-fixSfbPidPointing
  • Issue/2769-migrateCron
  • Issue/2782-correctUsageRights
  • Issue/2847-reporting
  • Issue/2881-messageController
  • Issue/2944-gdShenanigans
  • Issue/2981-dataPubInDb
  • Issue/2982-kpiDataPub
  • Issue/3011-maintenanceMode
  • Issue/3043-DataStorageNrwResource
  • Issue/3142-kpiGenerator
  • dev
  • main
  • test-linux-pipelines
  • v1.1.0
  • v1.2.0
  • v1.2.1
  • v1.3.0
  • v1.3.1
  • v1.3.2
  • v1.3.3
  • v1.4.0
  • v1.5.0
  • v1.6.0
  • v1.7.0
  • v1.8.0
  • v1.9.0
  • v1.9.1
  • v1.9.10
  • v1.9.2
  • v1.9.3
  • v1.9.4
  • v1.9.5
  • v1.9.6
  • v1.9.7
  • v1.9.8
  • v1.9.9
46 results
Show changes
Commits on Source (3)
Showing
with 101 additions and 85 deletions
...@@ -107,7 +107,7 @@ namespace Example ...@@ -107,7 +107,7 @@ namespace Example
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.ApiKey.Add("Authorization", "YOUR_API_KEY"); config.ApiKey.Add("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -138,7 +138,7 @@ namespace Example ...@@ -138,7 +138,7 @@ namespace Example
<a id="documentation-for-api-endpoints"></a> <a id="documentation-for-api-endpoints"></a>
## Documentation for API Endpoints ## Documentation for API Endpoints
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
Class | Method | HTTP request | Description Class | Method | HTTP request | Description
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
...@@ -322,6 +322,7 @@ Class | Method | HTTP request | Description ...@@ -322,6 +322,7 @@ Class | Method | HTTP request | Description
- [Model.DisciplineForProjectManipulationDto](docs/DisciplineForProjectManipulationDto.md) - [Model.DisciplineForProjectManipulationDto](docs/DisciplineForProjectManipulationDto.md)
- [Model.DisciplineForResourceManipulationDto](docs/DisciplineForResourceManipulationDto.md) - [Model.DisciplineForResourceManipulationDto](docs/DisciplineForResourceManipulationDto.md)
- [Model.DisciplineForUserManipulationDto](docs/DisciplineForUserManipulationDto.md) - [Model.DisciplineForUserManipulationDto](docs/DisciplineForUserManipulationDto.md)
- [Model.DsNrwReplicationGroupDto](docs/DsNrwReplicationGroupDto.md)
- [Model.ExtractedMetadataTreeForCreationDto](docs/ExtractedMetadataTreeForCreationDto.md) - [Model.ExtractedMetadataTreeForCreationDto](docs/ExtractedMetadataTreeForCreationDto.md)
- [Model.ExtractedMetadataTreeForUpdateDto](docs/ExtractedMetadataTreeForUpdateDto.md) - [Model.ExtractedMetadataTreeForUpdateDto](docs/ExtractedMetadataTreeForUpdateDto.md)
- [Model.FileActionDto](docs/FileActionDto.md) - [Model.FileActionDto](docs/FileActionDto.md)
......
# Coscine.ApiClient.Core.Api.AdminApi # Coscine.ApiClient.Core.Api.AdminApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -38,7 +38,7 @@ namespace Example ...@@ -38,7 +38,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -107,7 +107,7 @@ void (empty response body) ...@@ -107,7 +107,7 @@ void (empty response body)
<a id="createdatasource"></a> <a id="createdatasource"></a>
# **CreateDatasource** # **CreateDatasource**
> CreateDatasourceDtoResponse CreateDatasource (Guid resourceId, Guid typeId, long? quota = null) > CreateDatasourceDtoResponse CreateDatasource (Guid resourceId, Guid typeId, long? quota = null, DsNrwReplicationGroupDto? replicationGroup = null)
Creates a new datasource for a specified resource and type. Creates a new datasource for a specified resource and type.
...@@ -129,7 +129,7 @@ namespace Example ...@@ -129,7 +129,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -142,11 +142,12 @@ namespace Example ...@@ -142,11 +142,12 @@ namespace Example
var resourceId = "resourceId_example"; // Guid | The unique identifier of the resource. var resourceId = "resourceId_example"; // Guid | The unique identifier of the resource.
var typeId = "typeId_example"; // Guid | The unique identifier of the datasource type. var typeId = "typeId_example"; // Guid | The unique identifier of the datasource type.
var quota = 789L; // long? | The allocated quota for the datasource. (optional) var quota = 789L; // long? | The allocated quota for the datasource. (optional)
var replicationGroup = new DsNrwReplicationGroupDto?(); // DsNrwReplicationGroupDto? | The replication group for the bucket. (optional)
try try
{ {
// Creates a new datasource for a specified resource and type. // Creates a new datasource for a specified resource and type.
CreateDatasourceDtoResponse result = apiInstance.CreateDatasource(resourceId, typeId, quota); CreateDatasourceDtoResponse result = apiInstance.CreateDatasource(resourceId, typeId, quota, replicationGroup);
Debug.WriteLine(result); Debug.WriteLine(result);
} }
catch (ApiException e) catch (ApiException e)
...@@ -167,7 +168,7 @@ This returns an ApiResponse object which contains the response data, status code ...@@ -167,7 +168,7 @@ This returns an ApiResponse object which contains the response data, status code
try try
{ {
// Creates a new datasource for a specified resource and type. // Creates a new datasource for a specified resource and type.
ApiResponse<CreateDatasourceDtoResponse> response = apiInstance.CreateDatasourceWithHttpInfo(resourceId, typeId, quota); ApiResponse<CreateDatasourceDtoResponse> response = apiInstance.CreateDatasourceWithHttpInfo(resourceId, typeId, quota, replicationGroup);
Debug.Write("Status Code: " + response.StatusCode); Debug.Write("Status Code: " + response.StatusCode);
Debug.Write("Response Headers: " + response.Headers); Debug.Write("Response Headers: " + response.Headers);
Debug.Write("Response Body: " + response.Data); Debug.Write("Response Body: " + response.Data);
...@@ -187,6 +188,7 @@ catch (ApiException e) ...@@ -187,6 +188,7 @@ catch (ApiException e)
| **resourceId** | **Guid** | The unique identifier of the resource. | | | **resourceId** | **Guid** | The unique identifier of the resource. | |
| **typeId** | **Guid** | The unique identifier of the datasource type. | | | **typeId** | **Guid** | The unique identifier of the datasource type. | |
| **quota** | **long?** | The allocated quota for the datasource. | [optional] | | **quota** | **long?** | The allocated quota for the datasource. | [optional] |
| **replicationGroup** | [**DsNrwReplicationGroupDto?**](DsNrwReplicationGroupDto?.md) | The replication group for the bucket. | [optional] |
### Return type ### Return type
...@@ -234,7 +236,7 @@ namespace Example ...@@ -234,7 +236,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -350,7 +352,7 @@ namespace Example ...@@ -350,7 +352,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -463,7 +465,7 @@ namespace Example ...@@ -463,7 +465,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -572,7 +574,7 @@ namespace Example ...@@ -572,7 +574,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -679,7 +681,7 @@ namespace Example ...@@ -679,7 +681,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -784,7 +786,7 @@ namespace Example ...@@ -784,7 +786,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -887,7 +889,7 @@ namespace Example ...@@ -887,7 +889,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -986,7 +988,7 @@ namespace Example ...@@ -986,7 +988,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -1085,7 +1087,7 @@ namespace Example ...@@ -1085,7 +1087,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.ApplicationProfileApi # Coscine.ApiClient.Core.Api.ApplicationProfileApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -32,7 +32,7 @@ namespace Example ...@@ -32,7 +32,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -121,7 +121,7 @@ namespace Example ...@@ -121,7 +121,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -222,7 +222,7 @@ namespace Example ...@@ -222,7 +222,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -325,7 +325,7 @@ namespace Example ...@@ -325,7 +325,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -433,7 +433,7 @@ namespace Example ...@@ -433,7 +433,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.BlobApi # Coscine.ApiClient.Core.Api.BlobApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -32,7 +32,7 @@ namespace Example ...@@ -32,7 +32,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -128,7 +128,7 @@ namespace Example ...@@ -128,7 +128,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -230,7 +230,7 @@ namespace Example ...@@ -230,7 +230,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -329,7 +329,7 @@ namespace Example ...@@ -329,7 +329,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -432,7 +432,7 @@ namespace Example ...@@ -432,7 +432,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
...@@ -6,6 +6,7 @@ Represents the data transfer object (DTO) for manipulating DataStorage.nrw S3 re ...@@ -6,6 +6,7 @@ Represents the data transfer object (DTO) for manipulating DataStorage.nrw S3 re
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Quota** | [**QuotaForManipulationDto**](QuotaForManipulationDto.md) | | **Quota** | [**QuotaForManipulationDto**](QuotaForManipulationDto.md) | |
**ReplicationGroup** | **DsNrwReplicationGroupDto** | | [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) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
...@@ -6,6 +6,7 @@ Represents the data transfer object (DTO) for manipulating DataStorage.nrw S3 WO ...@@ -6,6 +6,7 @@ Represents the data transfer object (DTO) for manipulating DataStorage.nrw S3 WO
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Quota** | [**QuotaForManipulationDto**](QuotaForManipulationDto.md) | | **Quota** | [**QuotaForManipulationDto**](QuotaForManipulationDto.md) | |
**ReplicationGroup** | **DsNrwReplicationGroupDto** | | [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) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
...@@ -6,6 +6,7 @@ Represents the data transfer object (DTO) for manipulating DataStorage.nrw Web r ...@@ -6,6 +6,7 @@ Represents the data transfer object (DTO) for manipulating DataStorage.nrw Web r
Name | Type | Description | Notes Name | Type | Description | Notes
------------ | ------------- | ------------- | ------------- ------------ | ------------- | ------------- | -------------
**Quota** | [**QuotaForManipulationDto**](QuotaForManipulationDto.md) | | **Quota** | [**QuotaForManipulationDto**](QuotaForManipulationDto.md) | |
**ReplicationGroup** | **DsNrwReplicationGroupDto** | | [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) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
# Coscine.ApiClient.Core.Api.DisciplineApi # Coscine.ApiClient.Core.Api.DisciplineApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -30,7 +30,7 @@ namespace Example ...@@ -30,7 +30,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -119,7 +119,7 @@ namespace Example ...@@ -119,7 +119,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -218,7 +218,7 @@ namespace Example ...@@ -218,7 +218,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Model.DsNrwReplicationGroupDto
Possible replication groups for the DS NRW.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
# Coscine.ApiClient.Core.Api.HandleApi # Coscine.ApiClient.Core.Api.HandleApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -30,7 +30,7 @@ namespace Example ...@@ -30,7 +30,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -119,7 +119,7 @@ namespace Example ...@@ -119,7 +119,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -223,7 +223,7 @@ namespace Example ...@@ -223,7 +223,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.LanguageApi # Coscine.ApiClient.Core.Api.LanguageApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -30,7 +30,7 @@ namespace Example ...@@ -30,7 +30,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -119,7 +119,7 @@ namespace Example ...@@ -119,7 +119,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -218,7 +218,7 @@ namespace Example ...@@ -218,7 +218,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.LicenseApi # Coscine.ApiClient.Core.Api.LicenseApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -30,7 +30,7 @@ namespace Example ...@@ -30,7 +30,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -119,7 +119,7 @@ namespace Example ...@@ -119,7 +119,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -218,7 +218,7 @@ namespace Example ...@@ -218,7 +218,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.MaintenanceApi # Coscine.ApiClient.Core.Api.MaintenanceApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -29,7 +29,7 @@ namespace Example ...@@ -29,7 +29,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -118,7 +118,7 @@ namespace Example ...@@ -118,7 +118,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.NotificationApi # Coscine.ApiClient.Core.Api.NotificationApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -30,7 +30,7 @@ namespace Example ...@@ -30,7 +30,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -119,7 +119,7 @@ namespace Example ...@@ -119,7 +119,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -218,7 +218,7 @@ namespace Example ...@@ -218,7 +218,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.OrganizationApi # Coscine.ApiClient.Core.Api.OrganizationApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -30,7 +30,7 @@ namespace Example ...@@ -30,7 +30,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -119,7 +119,7 @@ namespace Example ...@@ -119,7 +119,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -217,7 +217,7 @@ namespace Example ...@@ -217,7 +217,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.PidApi # Coscine.ApiClient.Core.Api.PidApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -31,7 +31,7 @@ namespace Example ...@@ -31,7 +31,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -120,7 +120,7 @@ namespace Example ...@@ -120,7 +120,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -224,7 +224,7 @@ namespace Example ...@@ -224,7 +224,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -333,7 +333,7 @@ namespace Example ...@@ -333,7 +333,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.ProjectApi # Coscine.ApiClient.Core.Api.ProjectApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -33,7 +33,7 @@ namespace Example ...@@ -33,7 +33,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -122,7 +122,7 @@ namespace Example ...@@ -122,7 +122,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -223,7 +223,7 @@ namespace Example ...@@ -223,7 +223,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -320,7 +320,7 @@ namespace Example ...@@ -320,7 +320,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -423,7 +423,7 @@ namespace Example ...@@ -423,7 +423,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -530,7 +530,7 @@ namespace Example ...@@ -530,7 +530,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.ProjectInvitationApi # Coscine.ApiClient.Core.Api.ProjectInvitationApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -32,7 +32,7 @@ namespace Example ...@@ -32,7 +32,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -126,7 +126,7 @@ namespace Example ...@@ -126,7 +126,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -229,7 +229,7 @@ namespace Example ...@@ -229,7 +229,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -327,7 +327,7 @@ namespace Example ...@@ -327,7 +327,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -428,7 +428,7 @@ namespace Example ...@@ -428,7 +428,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.ProjectMemberApi # Coscine.ApiClient.Core.Api.ProjectMemberApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -33,7 +33,7 @@ namespace Example ...@@ -33,7 +33,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -136,7 +136,7 @@ namespace Example ...@@ -136,7 +136,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -230,7 +230,7 @@ namespace Example ...@@ -230,7 +230,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -328,7 +328,7 @@ namespace Example ...@@ -328,7 +328,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -429,7 +429,7 @@ namespace Example ...@@ -429,7 +429,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -533,7 +533,7 @@ namespace Example ...@@ -533,7 +533,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......
# Coscine.ApiClient.Core.Api.ProjectPublicationRequestApi # Coscine.ApiClient.Core.Api.ProjectPublicationRequestApi
All URIs are relative to *https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine* All URIs are relative to *https://coscine.rwth-aachen.de/coscine*
| Method | HTTP request | Description | | Method | HTTP request | Description |
|--------|--------------|-------------| |--------|--------------|-------------|
...@@ -30,7 +30,7 @@ namespace Example ...@@ -30,7 +30,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -124,7 +124,7 @@ namespace Example ...@@ -124,7 +124,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
...@@ -227,7 +227,7 @@ namespace Example ...@@ -227,7 +227,7 @@ namespace Example
public static void Main() public static void Main()
{ {
Configuration config = new Configuration(); Configuration config = new Configuration();
config.BasePath = "https://coscine-hristov.web.vulcanus.otc.coscine.dev/coscine"; config.BasePath = "https://coscine.rwth-aachen.de/coscine";
// Configure API key authorization: Bearer // Configure API key authorization: Bearer
config.AddApiKey("Authorization", "YOUR_API_KEY"); config.AddApiKey("Authorization", "YOUR_API_KEY");
// Uncomment below to setup prefix (e.g. Bearer) for API key, if needed // Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
......