handle_paddle_response: Handle Paddle API Response

View source: R/ZZZ.r

handle_paddle_responseR Documentation

Handle Paddle API Response

Description

Parses and returns the response if successful, otherwise stops with an error message.

Usage

handle_paddle_response(resp)

Arguments

resp

Response object from 'httr2::req_perform()'

Value

Parsed JSON content from response, or throws error if HTTP status is not 2xx.


paddleR documentation built on June 24, 2025, 9:07 a.m.