Commit 8d7cafb4 authored by Jakob Moser's avatar Jakob Moser
Browse files

Draft OpenAPI spec

parents
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
---
openapi: 3.0.2
info:
    title: Clams
    version: 0.0.1
    description: |-
        API of the **C**omputational **L**inguistic **A**ccount **M**anagement **S**ystem (Clams) to manage accounts at the Institut für Computerlinguistik, Universität Heidelberg.
    license:
        name: MIT License
        url: https://opensource.org/licenses/MIT
servers:
    - url: http://localhost:5111/api/v1
      description: Development server on localhost