Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
FIT-Connect-Antrags-API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lilith Wittmann
FIT-Connect-Antrags-API
Commits
69a99905
Commit
69a99905
authored
4 years ago
by
Marco Holz
Browse files
Options
Downloads
Patches
Plain Diff
Add README.md
parent
7a1cdc2e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+28
-0
28 additions, 0 deletions
README.md
with
28 additions
and
0 deletions
README.md
0 → 100644
+
28
−
0
View file @
69a99905
# FIT-Connect API-Spezifikation
Für die Spezifikation der FIT-Connect-Schnittstellen gelten die folgenden Architekturregeln.
## OpenAPI
-
Wir verwenden OpenAPI 3.0
-
Die Spezifikation wird bis zur
`beta7`
als JSON und ab
`beta8`
als YAML geschreiben
-
Wir verwenden keine Versionsnummern in Dateinamen, da das Repo als Ganzes versioniert wird
## Verzeichnisse
Das Projektverzeichnis ist wie folgt aufgebaut:
-
📁
`assets`
-
📁
`images`
- Bilder
-
📁
`postman`
- Postman-Collection und -Enviroment dazu
-
📁
`docs`
- Öffentliche Dokumentation zu den APIs
-
📁
`models`
- Modelle, die von mehreren (beiden) APIs verwendet werden
-
📁
`reference`
- Die APIs
-
📄
`LICENSE`
## Bezeichner
-
Die Bezeichner werden camelCase geschreiben und beginnen mit einem Kleinbuchstaben
-
Eine ID (Identifikator) wird als
`Id`
(nicht
`ID`
) geschrieben
## Pfade
Multiple Resoucen werden im Pfad durch eine Collection-Resource und einer nachfolgenden ID aufgenommen
Beispiel:
`/destinations/{destinationId}/applications/{applicationId}`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment