PHP Class App\Http\Controllers\LinkedInController

Inheritance: extends Controller
Afficher le fichier Open project: unicodeveloper/laravel-hackathon-starter

Protected Properties

Свойство Type Description
$baseUrl string LinkedIn API base Url
$client object Instance of Client
$response mixed Response from requests made to LinkedIn

Méthodes publiques

Méthode Description
__construct ( ) Initialize the Controller with necessary arguments
getPage ( ) : mixed Return all data to the LinkedIn API dashboard

Private Methods

Méthode Description
getData ( ) : array Get the data response from a get operation
getResponse ( ) : array Get the whole response from a get operation
setGetResponse ( string $relativeUrl ) Get the response from New York times API
setRequestOptions ( ) : void Set options for making the Client request

Method Details

__construct() public méthode

Initialize the Controller with necessary arguments
public __construct ( )

getPage() public méthode

Return all data to the LinkedIn API dashboard
public getPage ( ) : mixed
Résultat mixed

Property Details

$baseUrl protected_oe property

LinkedIn API base Url
protected string $baseUrl
Résultat string

$client protected_oe property

Instance of Client
protected object $client
Résultat object

$response protected_oe property

Response from requests made to LinkedIn
protected mixed $response
Résultat mixed