LinkedIn

Frends.LinkedIn.Request / 1.1.0

Summary

Sends a request to the LinkedIn REST API and returns status, headers and body. A pass-through, so it covers endpoints none of the search Tasks address.

Typical use — the fallback for any LinkedIn endpoint without a dedicated Task, and for writes

Details

Frends version
5.1 and newer
Agents
Legacy, Crossplatform
Target frameworks
net471, net6.0, netstandard2.0

Input class usually contains parameters that are required.

Name Type Default Example Description
Method Method GET GET

The HTTP Method to be used with the request.

Possible values:

  • GET: GET Request.

  • POST: POST Request.

  • PUT: PUT Request.

  • PATCH: PATCH Request.

  • DELETE: DELETE Request.

  • HEAD: HEAD Request.

  • OPTIONS: OPTIONS Request.

  • CONNECT: CONNECT Request.

Url String https://api.linkedin.com/rest/ Some example of the expected value.

Something that will be repeated.

Message String { "Body": "Message" }

The message text to be sent with the request.

Headers Header[] Name: Header, Value: HeaderValue

List of HTTP headers to be added to the request.

An unhandled error has occurred. Reload 🗙