Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
ipgallery
/
mde
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Registry
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0abbf39b
authored
Jul 17, 2016
by
Adi Amir
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
add more flows
parent
fa007d0d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
16 deletions
cfg/services.chicago.transportation.json
doc/mde-service-flow-2.txt
doc/mde-service-flow.txt
cfg/services.chicago.transportation.json
View file @
0abbf39b
{
"api
s
"
:
[{
"api
List
"
:
[{
"apiIn"
:
"routes"
,
"actions"
:
[{
"type"
:
"forwardRequest"
,
"adapterId"
:
"adapter.chicago.transportation"
,
"apiOut"
:
"getroutes"
,
//id
"Responses"
:
[{
"code"
:
"*"
,
"actionId"
:
"sendResponseToOriginator"
}]
"apiOut"
:
"getroutes"
}]
},
{
"apiIn"
:
"
getNearestBu
s"
,
"apiIn"
:
"
report
s"
,
"actions"
:
[{
"type"
:
"forwardRequest"
,
"adapterId"
:
"adapter.chicago.transportation"
,
"apiOut"
:
"getNearestBus"
,
"Responses"
:
[{
"code"
:
"*"
,
"actionId"
:
"sendResponseToOriginator"
}]
"adapterId"
:
"adapter.chicago.public-safety"
,
"apiOut"
:
"getReports"
}]
}]
}
\ No newline at end of file
doc/mde-service-flow-2.txt
0 → 100644
View file @
0abbf39b
GET ../mde/{tenantId}/{serviceId}/{apiId}
GET ../mde/chicago/public-safety/reports
doc/mde-service-flow.txt
View file @
0abbf39b
...
...
@@ -62,7 +62,7 @@ GET http://www.ctabustracker.com/bustime/api/v1/getroutes?key=gT2nciTKwRv6Jy5njq
GET ../mde/{tenantId}/{serviceId}/{apiId}?key=gT2nciTKwRv6Jy5njqm8fe7LW
GET ../mde/
{tenantId}/chicago.
transportation/routes?key=gT2nciTKwRv6Jy5njqm8fe7LW
GET ../mde/
chicago/
transportation/routes?key=gT2nciTKwRv6Jy5njqm8fe7LW
mde.HandleRequest(reqCtx)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment