The Google Meet REST API is built on HTTP and JSON, so any standard HTTP client can send requests to it and parse the responses.
However, the Google API client libraries provide better language integration, improved security, and support for making calls that require user authorization. Client libraries are available in several programming languages. By using them you can avoid the need to manually create HTTP requests and parse the responses. To get started, choose the programming language that you're using for development.
In the following tables, the first column links to the source and documentation for the library, and the second column links to available samples.