phonenumbers

package
v1.0.24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AllBusinessRequestBuilder added in v1.0.8

AllBusinessRequestBuilder builds and executes requests for operations under \phone-numbers\all\business

func NewAllBusinessRequestBuilder added in v1.0.8

NewAllBusinessRequestBuilder instantiates a new AllBusinessRequestBuilder and sets the default values.

func NewAllBusinessRequestBuilderInternal added in v1.0.8

func NewAllBusinessRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AllBusinessRequestBuilder

NewAllBusinessRequestBuilderInternal instantiates a new AllBusinessRequestBuilder and sets the default values.

func (*AllBusinessRequestBuilder) Post added in v1.0.8

Post lists phone numbers visible to the current business with paging, sorting, and filters for messaging, calling, and warmup management. returns a PagedResultOfPhoneNumberTableRowable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code

func (*AllBusinessRequestBuilder) ToPostRequestInformation added in v1.0.8

ToPostRequestInformation lists phone numbers visible to the current business with paging, sorting, and filters for messaging, calling, and warmup management. returns a *RequestInformation when successful

func (*AllBusinessRequestBuilder) WithUrl added in v1.0.8

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *AllBusinessRequestBuilder when successful

type AllRequestBuilder

AllRequestBuilder builds and executes requests for operations under \phone-numbers\all

func NewAllRequestBuilder

NewAllRequestBuilder instantiates a new AllRequestBuilder and sets the default values.

func NewAllRequestBuilderInternal

func NewAllRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *AllRequestBuilder

NewAllRequestBuilderInternal instantiates a new AllRequestBuilder and sets the default values.

func (*AllRequestBuilder) Business added in v1.0.8

Business the business property returns a *AllBusinessRequestBuilder when successful

type IsAvailableForPurchaseRequestBuilder

type IsAvailableForPurchaseRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

IsAvailableForPurchaseRequestBuilder builds and executes requests for operations under \phone-numbers\is-available-for-purchase

func NewIsAvailableForPurchaseRequestBuilder

NewIsAvailableForPurchaseRequestBuilder instantiates a new IsAvailableForPurchaseRequestBuilder and sets the default values.

func NewIsAvailableForPurchaseRequestBuilderInternal

func NewIsAvailableForPurchaseRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *IsAvailableForPurchaseRequestBuilder

NewIsAvailableForPurchaseRequestBuilderInternal instantiates a new IsAvailableForPurchaseRequestBuilder and sets the default values.

func (*IsAvailableForPurchaseRequestBuilder) Post

Post checks whether a phone number can be purchased for the current business before creating or assigning it. returns a PhoneNumberAvailabilityResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code returns a ProblemDetails error when the service returns a 500 status code

func (*IsAvailableForPurchaseRequestBuilder) ToPostRequestInformation

ToPostRequestInformation checks whether a phone number can be purchased for the current business before creating or assigning it. returns a *RequestInformation when successful

func (*IsAvailableForPurchaseRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *IsAvailableForPurchaseRequestBuilder when successful

type ItemStatusRequestBuilder

ItemStatusRequestBuilder builds and executes requests for operations under \phone-numbers\{phoneNumber-id}\status

func NewItemStatusRequestBuilder

NewItemStatusRequestBuilder instantiates a new ItemStatusRequestBuilder and sets the default values.

func NewItemStatusRequestBuilderInternal

func NewItemStatusRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemStatusRequestBuilder

NewItemStatusRequestBuilderInternal instantiates a new ItemStatusRequestBuilder and sets the default values.

func (*ItemStatusRequestBuilder) Get

Get returns provider and Leadping status for a phone number, including messaging warmup, assignments, and verification state. returns a PhoneNumberStatusResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code returns a ProblemDetails error when the service returns a 500 status code

func (*ItemStatusRequestBuilder) ToGetRequestInformation

ToGetRequestInformation returns provider and Leadping status for a phone number, including messaging warmup, assignments, and verification state. returns a *RequestInformation when successful

func (*ItemStatusRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemStatusRequestBuilder when successful

type ItemStatusRequestBuilderGetQueryParameters

type ItemStatusRequestBuilderGetQueryParameters struct {
	// The end date.
	EndDate *i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.DateOnly "uriparametername:\"endDate\""
	// The start date.
	StartDate *i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.DateOnly "uriparametername:\"startDate\""
	// The window days.
	WindowDays *int32 "uriparametername:\"windowDays\""
}

ItemStatusRequestBuilderGetQueryParameters returns provider and Leadping status for a phone number, including messaging warmup, assignments, and verification state.

type ItemWarmupRequestBuilder

ItemWarmupRequestBuilder builds and executes requests for operations under \phone-numbers\{phoneNumber-id}\warmup

func NewItemWarmupRequestBuilder

NewItemWarmupRequestBuilder instantiates a new ItemWarmupRequestBuilder and sets the default values.

func NewItemWarmupRequestBuilderInternal

func NewItemWarmupRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *ItemWarmupRequestBuilder

NewItemWarmupRequestBuilderInternal instantiates a new ItemWarmupRequestBuilder and sets the default values.

func (*ItemWarmupRequestBuilder) Get

Get returns warmup status for a phone number, including limits and recent events used for delivery pacing. returns a PhoneNumberStatusResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code

func (*ItemWarmupRequestBuilder) ToGetRequestInformation

ToGetRequestInformation returns warmup status for a phone number, including limits and recent events used for delivery pacing. returns a *RequestInformation when successful

func (*ItemWarmupRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *ItemWarmupRequestBuilder when successful

type ItemWarmupRequestBuilderGetQueryParameters

type ItemWarmupRequestBuilderGetQueryParameters struct {
	// The end date.
	EndDate *i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.DateOnly "uriparametername:\"endDate\""
	// The start date.
	StartDate *i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.DateOnly "uriparametername:\"startDate\""
	// The window days.
	WindowDays *int32 "uriparametername:\"windowDays\""
}

ItemWarmupRequestBuilderGetQueryParameters returns warmup status for a phone number, including limits and recent events used for delivery pacing.

type OutgoingConversationItemOverrideRequestBuilder

type OutgoingConversationItemOverrideRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

OutgoingConversationItemOverrideRequestBuilder builds and executes requests for operations under \phone-numbers\outgoing\conversation\{conversationId}\override

func NewOutgoingConversationItemOverrideRequestBuilder

NewOutgoingConversationItemOverrideRequestBuilder instantiates a new OutgoingConversationItemOverrideRequestBuilder and sets the default values.

func NewOutgoingConversationItemOverrideRequestBuilderInternal

func NewOutgoingConversationItemOverrideRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OutgoingConversationItemOverrideRequestBuilder

NewOutgoingConversationItemOverrideRequestBuilderInternal instantiates a new OutgoingConversationItemOverrideRequestBuilder and sets the default values.

func (*OutgoingConversationItemOverrideRequestBuilder) Delete

Delete clears a conversation's outgoing-number override so future lead messages return to automatic number selection. returns a OutgoingNumberSelectionResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code

func (*OutgoingConversationItemOverrideRequestBuilder) Post

Post sets the outgoing phone number override for a conversation so future lead messages use the selected eligible number. returns a OutgoingNumberSelectionResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code

func (*OutgoingConversationItemOverrideRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation clears a conversation's outgoing-number override so future lead messages return to automatic number selection. returns a *RequestInformation when successful

func (*OutgoingConversationItemOverrideRequestBuilder) ToPostRequestInformation

ToPostRequestInformation sets the outgoing phone number override for a conversation so future lead messages use the selected eligible number. returns a *RequestInformation when successful

func (*OutgoingConversationItemOverrideRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *OutgoingConversationItemOverrideRequestBuilder when successful

type OutgoingConversationRequestBuilder

OutgoingConversationRequestBuilder builds and executes requests for operations under \phone-numbers\outgoing\conversation

func NewOutgoingConversationRequestBuilder

NewOutgoingConversationRequestBuilder instantiates a new OutgoingConversationRequestBuilder and sets the default values.

func NewOutgoingConversationRequestBuilderInternal

func NewOutgoingConversationRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OutgoingConversationRequestBuilder

NewOutgoingConversationRequestBuilderInternal instantiates a new OutgoingConversationRequestBuilder and sets the default values.

func (*OutgoingConversationRequestBuilder) ByConversationId

ByConversationId gets an item from the github.com/leadpingai/leadping-go.phoneNumbers.outgoing.conversation.item collection returns a *OutgoingConversationWithConversationItemRequestBuilder when successful

type OutgoingConversationWithConversationItemRequestBuilder

type OutgoingConversationWithConversationItemRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

OutgoingConversationWithConversationItemRequestBuilder builds and executes requests for operations under \phone-numbers\outgoing\conversation\{conversationId}

func NewOutgoingConversationWithConversationItemRequestBuilder

func NewOutgoingConversationWithConversationItemRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OutgoingConversationWithConversationItemRequestBuilder

NewOutgoingConversationWithConversationItemRequestBuilder instantiates a new OutgoingConversationWithConversationItemRequestBuilder and sets the default values.

func NewOutgoingConversationWithConversationItemRequestBuilderInternal

func NewOutgoingConversationWithConversationItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OutgoingConversationWithConversationItemRequestBuilder

NewOutgoingConversationWithConversationItemRequestBuilderInternal instantiates a new OutgoingConversationWithConversationItemRequestBuilder and sets the default values.

func (*OutgoingConversationWithConversationItemRequestBuilder) Override

Override the override property returns a *OutgoingConversationItemOverrideRequestBuilder when successful

func (*OutgoingConversationWithConversationItemRequestBuilder) Post

Post selects the outgoing phone number for an existing conversation, considering assignments, overrides, and delivery eligibility. returns a OutgoingNumberSelectionResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code

func (*OutgoingConversationWithConversationItemRequestBuilder) ToPostRequestInformation

ToPostRequestInformation selects the outgoing phone number for an existing conversation, considering assignments, overrides, and delivery eligibility. returns a *RequestInformation when successful

func (*OutgoingConversationWithConversationItemRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *OutgoingConversationWithConversationItemRequestBuilder when successful

type OutgoingManualOverrideRequestBuilder

type OutgoingManualOverrideRequestBuilder struct {
	i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.BaseRequestBuilder
}

OutgoingManualOverrideRequestBuilder builds and executes requests for operations under \phone-numbers\outgoing\manual-override

func NewOutgoingManualOverrideRequestBuilder

NewOutgoingManualOverrideRequestBuilder instantiates a new OutgoingManualOverrideRequestBuilder and sets the default values.

func NewOutgoingManualOverrideRequestBuilderInternal

func NewOutgoingManualOverrideRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OutgoingManualOverrideRequestBuilder

NewOutgoingManualOverrideRequestBuilderInternal instantiates a new OutgoingManualOverrideRequestBuilder and sets the default values.

func (*OutgoingManualOverrideRequestBuilder) Post

Post validates a manual outgoing-number override before use, checking ownership, destination, and delivery eligibility. returns a OutgoingNumberSelectionResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code

func (*OutgoingManualOverrideRequestBuilder) ToPostRequestInformation

ToPostRequestInformation validates a manual outgoing-number override before use, checking ownership, destination, and delivery eligibility. returns a *RequestInformation when successful

func (*OutgoingManualOverrideRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *OutgoingManualOverrideRequestBuilder when successful

type OutgoingNewRequestBuilder

OutgoingNewRequestBuilder builds and executes requests for operations under \phone-numbers\outgoing\new

func NewOutgoingNewRequestBuilder

NewOutgoingNewRequestBuilder instantiates a new OutgoingNewRequestBuilder and sets the default values.

func NewOutgoingNewRequestBuilderInternal

func NewOutgoingNewRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OutgoingNewRequestBuilder

NewOutgoingNewRequestBuilderInternal instantiates a new OutgoingNewRequestBuilder and sets the default values.

func (*OutgoingNewRequestBuilder) Post

Post selects an outgoing phone number for a new outbound lead message using destination, source, and delivery eligibility rules. returns a OutgoingNumberSelectionResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code

func (*OutgoingNewRequestBuilder) ToPostRequestInformation

ToPostRequestInformation selects an outgoing phone number for a new outbound lead message using destination, source, and delivery eligibility rules. returns a *RequestInformation when successful

func (*OutgoingNewRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *OutgoingNewRequestBuilder when successful

type OutgoingRequestBuilder

OutgoingRequestBuilder builds and executes requests for operations under \phone-numbers\outgoing

func NewOutgoingRequestBuilder

NewOutgoingRequestBuilder instantiates a new OutgoingRequestBuilder and sets the default values.

func NewOutgoingRequestBuilderInternal

func NewOutgoingRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *OutgoingRequestBuilder

NewOutgoingRequestBuilderInternal instantiates a new OutgoingRequestBuilder and sets the default values.

func (*OutgoingRequestBuilder) Conversation

Conversation the conversation property returns a *OutgoingConversationRequestBuilder when successful

func (*OutgoingRequestBuilder) ManualOverride

ManualOverride the manualOverride property returns a *OutgoingManualOverrideRequestBuilder when successful

func (*OutgoingRequestBuilder) New

New the new property returns a *OutgoingNewRequestBuilder when successful

type PhoneNumberItemRequestBuilder

PhoneNumberItemRequestBuilder builds and executes requests for operations under \phone-numbers\{phoneNumber-id}

func NewPhoneNumberItemRequestBuilder

NewPhoneNumberItemRequestBuilder instantiates a new PhoneNumberItemRequestBuilder and sets the default values.

func NewPhoneNumberItemRequestBuilderInternal

func NewPhoneNumberItemRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PhoneNumberItemRequestBuilder

NewPhoneNumberItemRequestBuilderInternal instantiates a new PhoneNumberItemRequestBuilder and sets the default values.

func (*PhoneNumberItemRequestBuilder) Delete

Delete deletes a phone number from the current business when it should no longer be used for lead communication. returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code returns a ProblemDetails error when the service returns a 404 status code returns a ProblemDetails error when the service returns a 500 status code

func (*PhoneNumberItemRequestBuilder) Get

Get returns one phone number visible to the current user, including messaging status, assignment, warmup, and purchase metadata. returns a PhoneNumberResponseable when successful returns a ProblemDetails error when the service returns a 401 status code returns a ProblemDetails error when the service returns a 404 status code

func (*PhoneNumberItemRequestBuilder) Put

Put updates phone number settings such as its optional label, assignment, messaging options, or warmup configuration. returns a PhoneNumberResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code returns a ProblemDetails error when the service returns a 404 status code returns a ProblemDetails error when the service returns a 500 status code

func (*PhoneNumberItemRequestBuilder) Status

Status the status property returns a *ItemStatusRequestBuilder when successful

func (*PhoneNumberItemRequestBuilder) ToDeleteRequestInformation

ToDeleteRequestInformation deletes a phone number from the current business when it should no longer be used for lead communication. returns a *RequestInformation when successful

func (*PhoneNumberItemRequestBuilder) ToGetRequestInformation

ToGetRequestInformation returns one phone number visible to the current user, including messaging status, assignment, warmup, and purchase metadata. returns a *RequestInformation when successful

func (*PhoneNumberItemRequestBuilder) ToPutRequestInformation

ToPutRequestInformation updates phone number settings such as its optional label, assignment, messaging options, or warmup configuration. returns a *RequestInformation when successful

func (*PhoneNumberItemRequestBuilder) Warmup

Warmup the warmup property returns a *ItemWarmupRequestBuilder when successful

func (*PhoneNumberItemRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *PhoneNumberItemRequestBuilder when successful

type PhoneNumbersRequestBuilder

PhoneNumbersRequestBuilder builds and executes requests for operations under \phone-numbers

func NewPhoneNumbersRequestBuilder

NewPhoneNumbersRequestBuilder instantiates a new PhoneNumbersRequestBuilder and sets the default values.

func NewPhoneNumbersRequestBuilderInternal

func NewPhoneNumbersRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PhoneNumbersRequestBuilder

NewPhoneNumbersRequestBuilderInternal instantiates a new PhoneNumbersRequestBuilder and sets the default values.

func (*PhoneNumbersRequestBuilder) All

All the all property returns a *AllRequestBuilder when successful

func (*PhoneNumbersRequestBuilder) ByPhoneNumberId

func (m *PhoneNumbersRequestBuilder) ByPhoneNumberId(phoneNumberId string) *PhoneNumberItemRequestBuilder

ByPhoneNumberId gets an item from the github.com/leadpingai/leadping-go.phoneNumbers.item collection returns a *PhoneNumberItemRequestBuilder when successful

func (*PhoneNumbersRequestBuilder) IsAvailableForPurchase

IsAvailableForPurchase the isAvailableForPurchase property returns a *IsAvailableForPurchaseRequestBuilder when successful

func (*PhoneNumbersRequestBuilder) Outgoing

Outgoing the outgoing property returns a *OutgoingRequestBuilder when successful

func (*PhoneNumbersRequestBuilder) Post

Post purchases or creates a phone number for the current business so it can be assigned to messaging, calls, and lead follow-up. returns a PhoneNumberResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code returns a ProblemDetails error when the service returns a 500 status code

func (*PhoneNumbersRequestBuilder) Search

Search the search property returns a *SearchRequestBuilder when successful

func (*PhoneNumbersRequestBuilder) ToPostRequestInformation

ToPostRequestInformation purchases or creates a phone number for the current business so it can be assigned to messaging, calls, and lead follow-up. returns a *RequestInformation when successful

func (*PhoneNumbersRequestBuilder) WithUrl

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *PhoneNumbersRequestBuilder when successful

type SearchRequestBuilder

SearchRequestBuilder builds and executes requests for operations under \phone-numbers\search

func NewSearchRequestBuilder

NewSearchRequestBuilder instantiates a new SearchRequestBuilder and sets the default values.

func NewSearchRequestBuilderInternal

func NewSearchRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *SearchRequestBuilder

NewSearchRequestBuilderInternal instantiates a new SearchRequestBuilder and sets the default values.

func (*SearchRequestBuilder) Post

Post searches available phone numbers for purchase, applying country, area, and capability filters for lead communication setup. returns a PhoneNumberSearchResponseable when successful returns a ProblemDetails error when the service returns a 400 status code returns a ProblemDetails error when the service returns a 401 status code returns a ProblemDetails error when the service returns a 500 status code

func (*SearchRequestBuilder) ToPostRequestInformation

ToPostRequestInformation searches available phone numbers for purchase, applying country, area, and capability filters for lead communication setup. returns a *RequestInformation when successful

func (*SearchRequestBuilder) WithUrl

func (m *SearchRequestBuilder) WithUrl(rawUrl string) *SearchRequestBuilder

WithUrl returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored. returns a *SearchRequestBuilder when successful

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL