Struct ramp_api::custom_ids::CustomIds[][src]

pub struct CustomIds {
    pub client: Client,
}

Fields

client: Client

Implementations

GET the Custom ID provider linked to the current OAuth token.

This function performs a GET to the /custom-id-provider endpoint.

Parameters:

  • authorization: &str – The OAuth2 token header.

Create a Custom ID provider.

This function performs a POST to the /custom-id-provider endpoint.

Parameters:

  • authorization_bearer_111111111111: &str – The OAuth2 token header.

.

This function performs a POST to the /custom-id-provider/application-link endpoint.

Register an access token with a custom ID provider

Convert custom id to ramp id.

This function performs a GET to the /custom-id-provider/{entity_type}/{custom_id}/ramp-id endpoint.

Parameters:

  • authorization: &str – The OAuth2 token header.

Convert ramp id to custom id.

This function performs a GET to the /custom-id-provider/{entity_type}/{ramp_id}/custom-id endpoint.

Parameters:

  • authorization: &str – The OAuth2 token header.

Create custom id link.

This function performs a POST to the /custom-id-provider/{entity_type}/custom-id-link endpoint.

Create a mapping between custom_id and ramp_id under the namespace specified by entity_type.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more