11 lines
234 B
Markdown
11 lines
234 B
Markdown
|
# 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
|
||
|
```
|