https://github.com/alainpham/interapp
https://github.com/alainpham/interapp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alainpham/interapp
- Owner: alainpham
- License: apache-2.0
- Created: 2018-06-03T23:12:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-03T23:18:40.000Z (about 7 years ago)
- Last Synced: 2025-01-27T07:42:32.959Z (5 months ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Interapp
oc create secret generic fuse-tls --from-file=src/main/resources/keystore.p12
https://0.0.0.0:8092/webjars/swagger-ui/2.1.0/index.html?url=/camelrest/api-docs
https://interapp-fuse-dev.apps.88.198.65.4.nip.io/webjars/swagger-ui/2.1.0/index.html?url=/camelrest/api-docs
Test :
```
curl -X POST --header "Content-Type: application/json" --header "Acept: application/json" -d "{
\"context\": {
\"idRh\": \"string\",
\"identity\": {
\"firstName\": \"string\",
\"lastName\": \"string\"
},
\"cf\": \"string\",
\"position\": \"string\",
\"teams\": {
\"team\": [
\"string\"
]
},
\"guid\": \"string\"
},
\"taskId\": \"string\",
\"taskName\": \"string\",
\"taskVersion\": \"string\",
\"formFields\": {
\"formField\": [
{
\"name\": \"string\",
\"value\": \"string\"
}
]
},
\"folderNumber\": \"string\"
}" "https://interapp-fuse-dev.apps.88.198.65.4.nip.io/camelrest/task" --insecure
``````
curl -X POST --header "Content-Type: application/json" --header "Acept: application/json" -d "{
\"context\": {
\"idRh\": \"string\",
\"identity\": {
\"firstName\": \"string\",
\"lastName\": \"string\"
},
\"cf\": \"string\",
\"position\": \"string\",
\"teams\": {
\"team\": [
\"string\"
]
},
\"guid\": \"string\"
},
\"taskId\": \"string\",
\"taskName\": \"string\",
\"taskVersion\": \"string\",
\"formFields\": {
\"formField\": [
{
\"name\": \"string\",
\"value\": \"string\"
}
]
},
\"folderNumber\": \"string\"
}" "https://0.0.0.0:8092/camelrest/task" --insecure
```