fcatae / Arda

Arda is an open source tool designed to manage team workloads.
42 stars 19 forks source link

Roadmap: Improve the microservices intra-communication #72

Closed fcatae closed 7 years ago

fcatae commented 7 years ago

ConnectToRemoteService passes the user parameter by header. Since Swagger does not see that as a parameter, it becomes not-documented for the clients.

fcatae commented 7 years ago

Implemented ArdaSDK. See the initial implementation here https://github.com/DXBrazil/Arda.Main/tree/master/src/Arda.Main/ArdaSDK.

fcatae commented 7 years ago

Finished the integration test for ArdaSDK