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

RecurlyClient.Operations.Get_external_product_external_product_reference

Description

Contains the different functions to run the operation get_external_product_external_product_reference

Synopsis

Documentation

get_external_product_external_product_reference Source #

Arguments

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

Monadic computation which returns the result of the operation

GET /external_products/{external_product_id}/external_product_references/{external_product_reference_id}

Fetch an external product reference

data Get_external_product_external_product_referenceResponse Source #

Represents a response of the operation get_external_product_external_product_reference.

The response constructor is chosen by the status code of the response. If no case matches (no specific case for the response code, no range case, no default case), Get_external_product_external_product_referenceResponseError is used.

get_external_product_external_product_referenceWithConfiguration Source #

Arguments

:: forall m. MonadHTTP m 
=> Configuration

The configuration to use in the request

-> m (Response Get_external_product_external_product_referenceResponse)

Monadic computation which returns the result of the operation

GET /external_products/{external_product_id}/external_product_references/{external_product_reference_id}

The same as get_external_product_external_product_reference but accepts an explicit configuration.

get_external_product_external_product_referenceRaw Source #

Arguments

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

Monadic computation which returns the result of the operation

GET /external_products/{external_product_id}/external_product_references/{external_product_reference_id}

The same as get_external_product_external_product_reference but returns the raw ByteString.

get_external_product_external_product_referenceWithConfigurationRaw 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 /external_products/{external_product_id}/external_product_references/{external_product_reference_id}

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