rapid_api v1.0.2 RapidApi
Summary
Functions
Creates a synchronous call to the specified package and base, passing all arguments provided
Creates an asynchronous call to the specified package and base, passing all arguments provided. When an answer is returned, sends the payload to the specified receiver pid
Listens for real-time events by opening a websocket to RapidAPI
Functions
Creates a synchronous call to the specified package and base, passing all arguments provided.
Returns {:ok, payload} or {:error, reason}.
Creates an asynchronous call to the specified package and base, passing all arguments provided. When an answer is returned, sends the payload to the specified receiver pid.
Returns :ok