mobility-accounts/examples/grpcclient/README.md

11 lines
234 B
Markdown
Raw Permalink Normal View History

# Example GRPC client
Simple example to play with the gRPC Mobility Accounts service.
Creates an account from a JSON file and returns the account created.
## Run the example
```
go run . json/account_with_local_auth.json | jq
```