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