grpctestify 1.8.9

gRPC testing utility written in Rust
Documentation
--- ENDPOINT ---
auth.AuthService/Login

--- REQUEST ---
{
  "password": "secret",
  "username": "testuser"
}

--- RESPONSE ---
{
  "access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIn0",
  "expires_in": 3600,
  "refresh_token": "550e8400-e29b-41d4-a716-446655440000"
}

--- EXTRACT ---

--- ASSERTS ---
@len(access_token) > 0
@uuid(refresh_token)
.expires_in == 3600