This function prepares and configures an HTTP request for interacting with the Meetup API. It allows the user to authenticate via OAuth, specify the use of caching, and set custom client configuration.
Arguments
- rate_limit
A numeric value specifying the maximum number of requests
- cache
A logical value indicating whether to cache the OAuth token on disk. Defaults to
TRUE.- ...
Additional arguments passed to
meetup_client()for setting up the OAuth client.
Details
This function constructs an HTTP POST request directed to the Meetup API
and applies appropriate OAuth headers for authentication. The function
is prepared to support caching and provides flexibility for client
customization with the ... parameter. The implementation is currently
commented out and would require activation for functionality.
