TheThingsArchive / api

Generated code for accessing The Things Network v2 API
MIT License
12 stars 8 forks source link

Refactor component gRPC clients #10

Closed rvolosatovs closed 6 years ago

rvolosatovs commented 7 years ago

Clients should be refactored to work in the same way as monitorclient

@htdvisser do handler and network server belong here or should they be removed at all?

htdvisser commented 7 years ago

I think we should only create overlays for streams, as those can be complicated to use. Unary calls do not need overlays, so we probably should get rid of those in discovery and handler(manager). As far as I know, there isn't anything in networkserver

rvolosatovs commented 7 years ago

my bad, should have been discovery, not network server

htdvisser commented 6 years ago

Abandoning this in v2