Skip to content

A library to parse event webhooks from Plex server.

License

Notifications You must be signed in to change notification settings

Hinni/plex-server-webhooks

Repository files navigation

Plex Server Webhooks

Build Status GitHub release NuGet

A library to parse event webhooks from Plex server.

Download via NuGet

Install Plex.Server.Webhooks via NuGet package manager (nuget.org)

Install-Package Plex.Server.Webhooks

Usage

Declare WebhookParser and call ParseEvent. This takes in string as JSON received from the HTTP POST callback.

var parser = new WebhookParser();
var events = parser.ParseEvent(json);

Plex Webhook Documentation

Check out the documentation on Plex: https://support.plex.tv/hc/en-us/articles/115002267687-Webhooks

Thanks

About

A library to parse event webhooks from Plex server.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages