Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/linkedin

package.json

44 lines · 1.5 KB · JSON
{
	"name": "@kody/linkedin",
	"version": "1.0.0",
	"description": "Identity, generic requests, and guarded posting through the saved LinkedIn OAuth integration.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./get-user-info": "./src/get-user-info.ts",
		"./get-person-urn": "./src/get-person-urn.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./request": "./src/request.ts",
		"./create-post": "./src/create-post.ts",
		"./create-text-post": "./src/create-text-post.ts",
		"./create-article-post": "./src/create-article-post.ts",
		"./delete-post": "./src/delete-post.ts",
		"./register-image-upload": "./src/register-image-upload.ts",
		"./create-image-post": "./src/create-image-post.ts",
		"./register-video-upload": "./src/register-video-upload.ts",
		"./upload-video-part": "./src/upload-video-part.ts",
		"./finalize-video-upload": "./src/finalize-video-upload.ts",
		"./create-video-post": "./src/create-video-post.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "linkedin",
		"name": "LinkedIn",
		"description": "Identity, generic requests, and guarded posting through the saved LinkedIn OAuth integration.",
		"tags": [
			"linkedin",
			"social",
			"oauth",
			"profile",
			"posting"
		],
		"searchText": "linkedin official oauth identity userinfo person urn generic request createAuthenticatedFetch dryRun confirm guarded posting text article image video upload delete post w_member_social openid profile email connect reconnect no hard-coded profile"
	},
	"license": "MIT",
	"private": false
}