Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

Commit a09e4ff

Browse files
authored
Merge pull request #37 from kthcloud/dev
Add readme
2 parents 35bc760 + 96207ef commit a09e4ff

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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!

0 commit comments

Comments
 (0)