vjpai / grpc-tutorial

Tutorial for building microservices with gRPC
Apache License 2.0
5 stars 1 forks source link

Content for API Design #15

Open vjpai opened 7 years ago

vjpai commented 7 years ago

From @askcarter: "Consider adding a bit about 'best practices' for implementing our APIs this way. IE, mocking out responses, so that we always have something to test / work with. This works well for TDD or prototype driven development." as a response to #13