Skip to content

Releases: pilinux/linkedin

v0.1.3

16 Nov 20:36
e952ad9

Choose a tag to compare

What's Changed

  • bump linkedIn api version to 202510 in e952ad9
  • improvement: check error on closing response body in 2a6f632
  • bump golangci/golangci-lint-action to v9 in 2b578d6
  • Fix checkbox formatting in README by @Dhar01 in #3
  • build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #6
  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #5
  • build(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #7

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

03 Feb 12:48
d415cee

Choose a tag to compare

Updates

  • README: added more reference links 48258b0
  • RefreshToken: updated associated receiver type from *Session to *App a6960c1
  • bumped linkedIn api version to 202501 d415cee

Full Changelog: v0.1.1...v0.1.2

v0.1.1

19 Jun 11:14
284a909

Choose a tag to compare

Features

  • api methods, urls based on Rest.li protocol 2.0
  • create app and manage sessions
  • redeem code for long-lived access and refresh tokens
  • introspect tokens
  • option to set LinkedIn API version for each session
  • full pagination support

Examples

  • get user profile
  • get list of organizations managed by the authenticated user
  • fetch posts from a LinkedIn page managed by the authenticated user

Full Changelog: https://github.com/pilinux/linkedin/commits/v0.1.1