recurly-client-0.0.0.1: Client for Recurly subscription management
Safe HaskellSafe-Inferred
LanguageHaskell2010

RecurlyClient.Operations.Get_performance_obligations

Description

Contains the different functions to run the operation get_performance_obligations

Synopsis

Documentation

get_performance_obligations Source #

Arguments

:: forall m. MonadHTTP m 
=> ClientT m (Response Get_performance_obligationsResponse)

Monadic computation which returns the result of the operation

GET /performance_obligations

Get a site's Performance Obligations

get_performance_obligationsWithConfiguration Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> m (Response Get_performance_obligationsResponse)

Monadic computation which returns the result of the operation

GET /performance_obligations

The same as get_performance_obligations but accepts an explicit configuration.

get_performance_obligationsRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> ClientT m (Response ByteString)

Monadic computation which returns the result of the operation

GET /performance_obligations

The same as get_performance_obligations but returns the raw ByteString.

get_performance_obligationsWithConfigurationRaw Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> m (Response ByteString)

Monadic computation which returns the result of the operation

GET /performance_obligations

The same as get_performance_obligations but accepts an explicit configuration and returns the raw ByteString.