Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/retr0h/osapi
A CRUD API for managing Linux systems.
https://github.com/retr0h/osapi
api crud golang linux openapi3 spec
Last synced: 25 days ago
JSON representation
A CRUD API for managing Linux systems.
- Host: GitHub
- URL: https://github.com/retr0h/osapi
- Owner: retr0h
- License: mit
- Created: 2024-08-16T00:37:30.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-20T19:48:43.000Z (26 days ago)
- Last Synced: 2024-10-21T13:52:02.141Z (26 days ago)
- Topics: api, crud, golang, linux, openapi3, spec
- Language: Go
- Homepage:
- Size: 4.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: docs/SUPPORT.md
Awesome Lists containing this project
README
[![release](https://img.shields.io/github/release/retr0h/osapi.svg?style=for-the-badge)](https://github.com/retr0h/osapi/releases/latest)
[![codecov](https://img.shields.io/codecov/c/github/retr0h/osapi?token=NF0T86B1EP&style=for-the-badge)](https://codecov.io/gh/retr0h/osapi)
[![go report card](https://goreportcard.com/badge/github.com/retr0h/osapi?style=for-the-badge)](https://goreportcard.com/report/github.com/retr0h/osapi)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge)](LICENSE)
[![build](https://img.shields.io/github/actions/workflow/status/retr0h/osapi/go.yml?style=for-the-badge)](https://github.com/retr0h/osapi/actions/workflows/go.yml)
[![powered by](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=for-the-badge)](https://github.com/goreleaser)
[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge)](https://conventionalcommits.org)
![openapi initiative](https://img.shields.io/badge/openapiinitiative-%23000000.svg?style=for-the-badge&logo=openapiinitiative&logoColor=white)
![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge&logo=linux&logoColor=black)
![gitHub commit activity](https://img.shields.io/github/commit-activity/m/retr0h/osapi?style=for-the-badge)# OS API
A CRUD API for managing Linux systems.
This project provides basic management capabilities to Linux systems, enabling
them to be used as appliances.
## Documentation
[Getting Started][] | [API][] | [Usage][]
[Getting Started]: https://retr0h.github.io/osapi/
[API]: https://retr0h.github.io/osapi/category/api
[Usage]: https://retr0h.github.io/osapi/sidebar/usage/## License
The [MIT][] License.
[MIT]: LICENSE