eclipse-kuksa / kuksa-android-sdk

Apache License 2.0
2 stars 1 forks source link

Remove gRPC (and Proto?) Models from Public API #88

Open wba2hi opened 8 months ago

wba2hi commented 8 months ago

Describe the solution you'd like Right now we expose classes from gRPC and protobuf. We should think about resolving the dependency and hide it's internal implementation to the outside to be "independent" from changes inside the models of the external libraries

Examples are:

gRPC:

Proto:

Describe alternatives you've considered Leave it as is

Additional context