tokopedia / gripmock

gRPC Mock Server
Apache License 2.0
650 stars 157 forks source link

Adds recording of issued requests #147

Open calinDM opened 1 year ago

calinDM commented 1 year ago

This change adds a new GET endpoint /requests that returns the grpc calls made to the mock. It returns the service, methos and data plus the number of times the request has been issued.