This repository was archived by the owner on Jun 8, 2024. It is now read-only.
File tree 2 files changed +41
-0
lines changed
2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ # π» kthcloud/sys-api
2
+ [ ![ ci] ( https://github.com/kthcloud/sys-api/actions/workflows/docker-image.yml/badge.svg )] ( https://github.com/kthcloud/sys-api/actions/workflows/docker-image.yml )
3
+
4
+ This API is used to fetch capacities, usage and other information about the kthcloud system.
5
+
6
+ It does this by fetching information from every host
7
+ (using the [ host-api] ( https://github.com/kthcloud/host-api ) installed locally) and Kubernetes clusters
8
+
9
+ ## π Docs
10
+ This API is documented using Swagger.
11
+
12
+ You can view the publically hosted documentation [ here] ( https://api.cloud.cbh.kth.se/landing/v2/docs/index.html ) .
13
+
14
+ ## π€ Contributing
15
+
16
+ Thank you for considering contributing!
17
+
18
+ Right now we don't support running the API outside kthcloud.
19
+ But if you are part of the development team at kthcloud,
20
+ you can find the current configuration file with the required secrets in our private admin repository.
21
+
22
+ ## π License
23
+
24
+ The API is open-source software licensed under the [ MIT license] ( https://opensource.org/licenses/MIT ) .
25
+
26
+ ## π§ Contact
27
+
28
+ If you have any questions or feedback, submit an Issue!
Original file line number Diff line number Diff line change
1
+ packages :
2
+ - path : sys-api/dto/body
3
+ output_path : types/body
4
+ type_mappings :
5
+ time.Time : " string"
6
+ - path : sys-api/dto/query
7
+ output_path : types/query
8
+ type_mappings :
9
+ time.Time : " string"
10
+ # - path: sys-api/dto/uri
11
+ # output_path: types/uri
12
+ # type_mappings:
13
+ # time.Time: "string"
You canβt perform that action at this time.
0 commit comments