Skip to content

Commit

Permalink
Add initial OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
krestenlaust committed Apr 7, 2024
1 parent ecc5358 commit fd8f068
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
openapi: 3.0.3
info:
title: Stregsystem - OpenAPI 3.0
description: |-
This is the API implemented in the Stregsystem Django App.
The API describes ways to interact with Stregsystem without using the web-interface.
Existing client software utilizing the API include Stregsystem-CLI (STS) and Fappen (F-Club Web App).
Disclaimer - The implementation is not generated using this specification, therefore they can get out of sync if changes are made directly to the codebase without updating the OpenAPI specification file accordingly.
externalDocs:
description: Find out more about Stregsystemet
url: https://github.com/f-klubben/stregsystemet/

0 comments on commit fd8f068

Please sign in to comment.