initial commit

master
Niclas Thobaben 2021-07-06 21:53:51 +02:00
commit 7dc24ae0b6
2 changed files with 14 additions and 0 deletions

11
Jenkinsfile vendored 100644
View File

@ -0,0 +1,11 @@
pipeline {
agent any
stages {
stage("Prepare") {
steps {
echo 'nothing to to do yet...'
}
}
}
}

3
README.md 100644
View File

@ -0,0 +1,3 @@
# API-Specs
API specifications in json-format for nclazz REST-APIs based on [apibuilder.io](https://app.apibuilder.io/).