Skip to content

Commit

Permalink
update mobidatalab servers
Browse files Browse the repository at this point in the history
  • Loading branch information
minff committed Sep 15, 2023
1 parent 9704525 commit 0bc40e4
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ info:
version: '3.0'
x-providerName: mobidatalab.eu
x-serviceName: anonymization-processor
servers:
- url: 'https://services.mobidatalab.eu:8443/anonymisation'
- url: '{server}'
description: 'Custom server'
variables:
server:
default: http://anonymisation.westeurope.cloudapp.azure.com:8000/anonymisation
description: 'server'
paths:
/analyze/:
post:
Expand Down
15 changes: 12 additions & 3 deletions APIs/mobidatalab.eu/geographical-enrichment-api/v0/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
openapi: 3.0.1
servers:
- description: MobiDataLab Geographical enrichment processor
url: 'https://processor1.francecentral.cloudapp.azure.com/swagger-ui/index.html'
- description: MobiDataLab Geographical Enrichment Processor
url: 'https://processor1.francecentral.cloudapp.azure.com'
- url: '{server}'
description: 'Custom server'
variables:
server:
default: http://processor1.westeurope.cloudapp.azure.com:8000
description: 'server'
info:
title: Geographical enrichment API
description: "MobiDataLab Geographical Enrichment Processor \r\n\r\n<https://processor1.francecentral.cloudapp.azure.com/swagger-ui/index.html>\r\n\r\n<https://github.com/MobiDataLab/mdl-geo-enrichment>"
title: Geographical Enrichment API
version: v0
contact:
url: 'https://github.com/MobiDataLab/mdl-geo-enrichment'
x-apisguru-categories:
- navigation
x-logo:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
info:
contact:
url: 'https://github.com/MobiDataLab/mdl-semantic-enrichment'
description: MobiDataLab semantic enrichment API
description: MobiDataLab Semantic Enrichment API
title: Semantic Enrichment Processor
version: 1.0.2
x-apisguru-categories:
Expand All @@ -17,7 +17,7 @@ info:
backgroundColor: '#FFFFFF'
url: 'https://mobidatalab.eu/wp-content/uploads/2021/06/logo.svg'
servers:
- url: 'http://semantic.westeurope.cloudapp.azure.com:8000/'
- url: 'https://services.mobidatalab.eu:8443/semantic'
- url: '{server}'
description: 'Custom server'
variables:
Expand Down

0 comments on commit 0bc40e4

Please sign in to comment.