@coscine/api-client 2.10.0 → 2.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -11
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/index.umd.js +11 -11
- package/dist/index.umd.js.map +1 -1
- package/dist/lib/Coscine.Api.Admin/api.js +1 -1
- package/dist/lib/Coscine.Api.Admin/base.js +1 -1
- package/dist/lib/Coscine.Api.Admin/common.js +1 -1
- package/dist/lib/Coscine.Api.Admin/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Admin/index.js +1 -1
- package/dist/lib/Coscine.Api.Blob/api.js +1 -1
- package/dist/lib/Coscine.Api.Blob/base.js +1 -1
- package/dist/lib/Coscine.Api.Blob/common.js +1 -1
- package/dist/lib/Coscine.Api.Blob/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Blob/index.js +1 -1
- package/dist/lib/Coscine.Api.Project/api.js +9 -9
- package/dist/lib/Coscine.Api.Project/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Project/base.js +2 -2
- package/dist/lib/Coscine.Api.Project/common.js +1 -1
- package/dist/lib/Coscine.Api.Project/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Project/index.js +1 -1
- package/dist/lib/Coscine.Api.Resources/api.js +1 -1
- package/dist/lib/Coscine.Api.Resources/base.js +2 -2
- package/dist/lib/Coscine.Api.Resources/common.js +1 -1
- package/dist/lib/Coscine.Api.Resources/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Resources/index.js +1 -1
- package/dist/lib/Coscine.Api.Search/api.js +3 -3
- package/dist/lib/Coscine.Api.Search/api.js.map +1 -1
- package/dist/lib/Coscine.Api.Search/base.js +1 -1
- package/dist/lib/Coscine.Api.Search/common.js +1 -1
- package/dist/lib/Coscine.Api.Search/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Search/index.js +1 -1
- package/dist/lib/Coscine.Api.Tree/api.js +1 -1
- package/dist/lib/Coscine.Api.Tree/base.js +1 -1
- package/dist/lib/Coscine.Api.Tree/common.js +1 -1
- package/dist/lib/Coscine.Api.Tree/configuration.js +1 -1
- package/dist/lib/Coscine.Api.Tree/index.js +1 -1
- package/dist/types/Coscine.Api.Admin/api.d.ts +1 -1
- package/dist/types/Coscine.Api.Admin/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Admin/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Admin/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Admin/index.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/api.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Blob/index.d.ts +1 -1
- package/dist/types/Coscine.Api.Project/api.d.ts +15 -9
- package/dist/types/Coscine.Api.Project/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Project/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Project/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Project/index.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/api.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Resources/index.d.ts +1 -1
- package/dist/types/Coscine.Api.Search/api.d.ts +3 -3
- package/dist/types/Coscine.Api.Search/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Search/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Search/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Search/index.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/api.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/base.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/common.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/configuration.d.ts +1 -1
- package/dist/types/Coscine.Api.Tree/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,22 +1,43 @@
|
|
|
1
|
-
|
|
1
|
+
## API Client Library
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
Furthermore, some setup is done, to deliver an easy API connection for our Coscine apps.
|
|
3
|
+
[[_TOC_]]
|
|
5
4
|
|
|
6
|
-
##
|
|
5
|
+
## 📝 Overview
|
|
7
6
|
|
|
7
|
+
The API Client library for Vue TypeScript contains generated API connection classes based on the Coscine API Swagger definitions, bundling them together for ease of use within Coscine applications. Additionally, the library provides setup functionality to simplify the API connection process and streamline communication with the Coscine API.
|
|
8
|
+
|
|
9
|
+
## 📖 Usage
|
|
10
|
+
|
|
11
|
+
### Build
|
|
8
12
|
* `yarn install`
|
|
9
13
|
* `yarn build`
|
|
14
|
+
### Testing
|
|
15
|
+
* `yarn test`
|
|
16
|
+
### Linting
|
|
17
|
+
* `yarn lint:fix`
|
|
18
|
+
### Links
|
|
19
|
+
Bundles the output of [CodeGen](https://git.rwth-aachen.de/coscine/backend/scripts/codegen).
|
|
10
20
|
|
|
11
|
-
##
|
|
21
|
+
## 👥 Contributing
|
|
12
22
|
|
|
13
|
-
|
|
23
|
+
As an open source plattform and project, we welcome contributions from our community in any form. You can do so by submitting bug reports or feature requests, or by directly contributing to Coscine's source code. To submit your contribution please follow our [Contributing Guideline](https://git.rwth-aachen.de/coscine/docs/public/wiki/-/blob/master/Contributing%20To%20Coscine.md).
|
|
14
24
|
|
|
15
|
-
##
|
|
25
|
+
## 📄 License
|
|
16
26
|
|
|
17
|
-
|
|
27
|
+
The current open source repository is licensed under the **MIT License**, which is a permissive license that allows the software to be used, modified, and distributed for both commercial and non-commercial purposes, with limited restrictions (see `LICENSE` file)
|
|
18
28
|
|
|
19
|
-
|
|
29
|
+
> The MIT License allows for free use, modification, and distribution of the software and its associated documentation, subject to certain conditions. The license requires that the copyright notice and permission notice be included in all copies or substantial portions of the software. The software is provided "as is" without any warranties, and the authors or copyright holders cannot be held liable for any damages or other liability arising from its use.
|
|
20
30
|
|
|
21
|
-
|
|
22
|
-
|
|
31
|
+
## 🆘 Support
|
|
32
|
+
|
|
33
|
+
1. **Check the documentation**: Before reaching out for support, check the help pages provided by the team at https://docs.coscine.de/en/. This may have the information you need to solve the issue.
|
|
34
|
+
2. **Contact the team**: If the documentation does not help you or if you have a specific question, you can reach out to our support team at `servicedesk@itc.rwth-aachen.de` 📧. Provide a detailed description of the issue you're facing, including any error messages or screenshots if applicable.
|
|
35
|
+
3. **Be patient**: Our team will do their best to provide you with the support you need, but keep in mind that they may have a lot of requests to handle. Be patient and wait for their response.
|
|
36
|
+
4. **Provide feedback**: If the support provided by our support team helps you solve the issue, let us know! This will help us improve our documentation and support processes for future users.
|
|
37
|
+
|
|
38
|
+
By following these simple steps, you can get the support you need to use Coscine's services as an external user.
|
|
39
|
+
|
|
40
|
+
## 📦 Release & Changelog
|
|
41
|
+
|
|
42
|
+
External users can find the _Releases and Changelog_ inside each project's repository. The repository contains a section for Releases (`Deployments > Releases`), where users can find the latest release changelog and source. Withing the Changelog you can find a list of all the changes made in that particular release and version.
|
|
43
|
+
By regularly checking for new releases and changes in the Changelog, you can stay up-to-date with the latest improvements and bug fixes by our team and community!
|
package/dist/index.js
CHANGED
|
@@ -2115,7 +2115,7 @@ const AdminApiFactory = function (configuration, basePath, axios) {
|
|
|
2115
2115
|
* Coscine.Api.Admin
|
|
2116
2116
|
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
2117
2117
|
*
|
|
2118
|
-
* The version of the OpenAPI document: 3.0.
|
|
2118
|
+
* The version of the OpenAPI document: 3.0.5
|
|
2119
2119
|
*
|
|
2120
2120
|
*
|
|
2121
2121
|
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
@@ -3734,7 +3734,7 @@ const PidApiFactory = function (configuration, basePath, axios) {
|
|
|
3734
3734
|
};
|
|
3735
3735
|
|
|
3736
3736
|
/* tslint:disable */
|
|
3737
|
-
const BASE_PATH$6 = "https://d-
|
|
3737
|
+
const BASE_PATH$6 = "https://d-sp25.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Project".replace(/\/+$/, "");
|
|
3738
3738
|
/**
|
|
3739
3739
|
*
|
|
3740
3740
|
* @export
|
|
@@ -4336,8 +4336,8 @@ const ProjectApiAxiosParamCreator = function (configuration) {
|
|
|
4336
4336
|
}),
|
|
4337
4337
|
/**
|
|
4338
4338
|
*
|
|
4339
|
-
* @summary Creates a project
|
|
4340
|
-
* @param {ProjectObject} projectObject
|
|
4339
|
+
* @summary Creates a new project
|
|
4340
|
+
* @param {ProjectObject} projectObject The project to create.
|
|
4341
4341
|
* @param {*} [options] Override http request option.
|
|
4342
4342
|
* @throws {RequiredError}
|
|
4343
4343
|
*/
|
|
@@ -4554,8 +4554,8 @@ const ProjectApiFp = function (configuration) {
|
|
|
4554
4554
|
},
|
|
4555
4555
|
/**
|
|
4556
4556
|
*
|
|
4557
|
-
* @summary Creates a project
|
|
4558
|
-
* @param {ProjectObject} projectObject
|
|
4557
|
+
* @summary Creates a new project
|
|
4558
|
+
* @param {ProjectObject} projectObject The project to create.
|
|
4559
4559
|
* @param {*} [options] Override http request option.
|
|
4560
4560
|
* @throws {RequiredError}
|
|
4561
4561
|
*/
|
|
@@ -4698,8 +4698,8 @@ const ProjectApiFactory = function (configuration, basePath, axios) {
|
|
|
4698
4698
|
},
|
|
4699
4699
|
/**
|
|
4700
4700
|
*
|
|
4701
|
-
* @summary Creates a project
|
|
4702
|
-
* @param {ProjectObject} projectObject
|
|
4701
|
+
* @summary Creates a new project
|
|
4702
|
+
* @param {ProjectObject} projectObject The project to create.
|
|
4703
4703
|
* @param {*} [options] Override http request option.
|
|
4704
4704
|
* @throws {RequiredError}
|
|
4705
4705
|
*/
|
|
@@ -5522,7 +5522,7 @@ const VisibilityApiFactory = function (configuration, basePath, axios) {
|
|
|
5522
5522
|
};
|
|
5523
5523
|
|
|
5524
5524
|
/* tslint:disable */
|
|
5525
|
-
const BASE_PATH$5 = "https://d-
|
|
5525
|
+
const BASE_PATH$5 = "https://d-sp12.devlef.campus.rwth-aachen.de/coscine/api/Coscine.Api.Resources".replace(/\/+$/, "");
|
|
5526
5526
|
/**
|
|
5527
5527
|
*
|
|
5528
5528
|
* @export
|
|
@@ -6760,8 +6760,8 @@ var OrderBy;
|
|
|
6760
6760
|
OrderBy["DateCreatedDesc"] = "Date_Created_Desc";
|
|
6761
6761
|
OrderBy["ScoreAsc"] = "Score_Asc";
|
|
6762
6762
|
OrderBy["ScoreDesc"] = "Score_Desc";
|
|
6763
|
-
OrderBy["
|
|
6764
|
-
OrderBy["
|
|
6763
|
+
OrderBy["NameAsc"] = "Name_Asc";
|
|
6764
|
+
OrderBy["NameDesc"] = "Name_Desc";
|
|
6765
6765
|
})(OrderBy || (OrderBy = {}));
|
|
6766
6766
|
/**
|
|
6767
6767
|
* SearchApi - axios parameter creator
|