mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 02:16:27 -04:00
Reference: https://lists.freebsd.org/archives/dev-commits-ports-main/2024-November/130901.html
10 lines
643 B
Text
10 lines
643 B
Text
This is the simple REST client for Identity and Access Management (IAM) API V1.
|
|
Simple REST clients are Ruby client libraries that provide access to Google
|
|
services via their HTTP REST API endpoints. These libraries are generated and
|
|
updated automatically based on the discovery documents published by the service,
|
|
and they handle most concerns such as authentication, pagination, retry, timeouts,
|
|
and logging. You can use this client to access the Identity and Access
|
|
Management (IAM) API, but note that some services may provide a separate modern
|
|
client that is easier to use.
|
|
|
|
See also: https://github.com/googleapis/google-api-ruby-client
|