Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Brackets in LWP Post

by 1nickt (Canon)
on May 11, 2021 at 17:36 UTC ( [id://11132419]=note: print w/replies, xml ) Need Help??


in reply to Brackets in LWP Post

Hi,

What is the value $self->{'auth'}->api_url_base? It looks like an object, should it not be a string?


The way forward always starts with a minimal test.

Replies are listed 'Best First'.
Re^2: Brackets in LWP Post
by Bod (Parson) on May 11, 2021 at 17:55 UTC
    What is the value $self->{'auth'}->api_url_base?

    $self->{'auth'} is the authenticated instance of LWP::Authen::OAuth2. api_url_base is a method of that module that just returns a string with the base path of the API. In this case, the string is https://api.linkedin.com/v2/.

    documentation

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11132419]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-03-29 06:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found