wire-gateway-api.plantuml (371B)
1 @startuml 2 3 participant wga as "Taler Wire-Gateway API" 4 participant tww as "Taler Wirewatch (Exchange)" 5 6 tww -> wga: GET /config 7 wga --> tww: Configuration 8 9 tww -> wga: (11) GET /history/incoming 10 wga --> tww: Incoming History Data 11 12 tww -> wga: POST /transfer 13 wga --> tww: Transfer Confirmation 14 15 tww -> wga: GET /history/outgoing 16 wga --> tww: Outgoing History Data 17 18 @enduml