{"id":16633524,"url":"https://github.com/lukehagar/plexcsharp","last_synced_at":"2025-03-23T14:31:24.759Z","repository":{"id":213900724,"uuid":"735218546","full_name":"LukeHagar/plexcsharp","owner":"LukeHagar","description":"An open source Plex Media Server C# SDK","archived":false,"fork":false,"pushed_at":"2025-03-09T00:21:44.000Z","size":3796,"stargazers_count":12,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-18T21:12:20.772Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LukeHagar.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-12-24T05:08:04.000Z","updated_at":"2025-03-09T00:21:44.000Z","dependencies_parsed_at":"2024-01-22T19:03:12.858Z","dependency_job_id":"5119c5d3-ba4b-4183-be3d-bfbd4d387175","html_url":"https://github.com/LukeHagar/plexcsharp","commit_stats":null,"previous_names":["lukehagar/plexcsharp"],"tags_count":46,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeHagar%2Fplexcsharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeHagar%2Fplexcsharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeHagar%2Fplexcsharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LukeHagar%2Fplexcsharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LukeHagar","download_url":"https://codeload.github.com/LukeHagar/plexcsharp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245115807,"owners_count":20563239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T05:23:54.951Z","updated_at":"2025-03-23T14:31:24.743Z","avatar_url":"https://github.com/LukeHagar.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plex-API\n\n\u003cdiv align=\"left\"\u003e\n    \u003ca href=\"https://speakeasyapi.dev/\"\u003e\u003cimg src=\"https://custom-icon-badges.demolab.com/badge/-Built%20By%20Speakeasy-212015?style=for-the-badge\u0026logoColor=FBE331\u0026logo=speakeasy\u0026labelColor=545454\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\" style=\"width: 100px; height: 28px;\" /\u003e\n    \u003c/a\u003e\n\u003c/div\u003e\n\n\u003c!-- Start SDK Installation [installation] --\u003e\n## SDK Installation\n\n### NuGet\n\nTo add the [NuGet](https://www.nuget.org/) package to a .NET project:\n```bash\ndotnet add package LukeHagar.PlexAPI.SDK\n```\n\n### Locally\n\nTo add a reference to a local instance of the SDK in a .NET project:\n```bash\ndotnet add reference LukeHagar/PlexAPI/SDK/LukeHagar.PlexAPI.SDK.csproj\n```\n\u003c!-- End SDK Installation [installation] --\u003e\n\n\u003c!-- Start SDK Example Usage [usage] --\u003e\n## SDK Example Usage\n\n### Example\n\n```csharp\nusing LukeHagar.PlexAPI.SDK;\nusing LukeHagar.PlexAPI.SDK.Models.Components;\n\nvar sdk = new PlexAPI(accessToken: \"\u003cYOUR_API_KEY_HERE\u003e\");\n\nvar res = await sdk.Server.GetServerCapabilitiesAsync();\n\n// handle response\n```\n\u003c!-- End SDK Example Usage [usage] --\u003e\n\n\u003c!-- Start Available Resources and Operations [operations] --\u003e\n## Available Resources and Operations\n\n\u003cdetails open\u003e\n\u003csummary\u003eAvailable methods\u003c/summary\u003e\n\n### [Activities](docs/sdks/activities/README.md)\n\n* [GetServerActivities](docs/sdks/activities/README.md#getserveractivities) - Get Server Activities\n* [CancelServerActivities](docs/sdks/activities/README.md#cancelserveractivities) - Cancel Server Activities\n\n### [Authentication](docs/sdks/authentication/README.md)\n\n* [GetTransientToken](docs/sdks/authentication/README.md#gettransienttoken) - Get a Transient Token\n* [GetSourceConnectionInformation](docs/sdks/authentication/README.md#getsourceconnectioninformation) - Get Source Connection Information\n* [GetTokenDetails](docs/sdks/authentication/README.md#gettokendetails) - Get Token Details\n* [PostUsersSignInData](docs/sdks/authentication/README.md#postuserssignindata) - Get User Sign In Data\n\n### [Butler](docs/sdks/butler/README.md)\n\n* [GetButlerTasks](docs/sdks/butler/README.md#getbutlertasks) - Get Butler tasks\n* [StartAllTasks](docs/sdks/butler/README.md#startalltasks) - Start all Butler tasks\n* [StopAllTasks](docs/sdks/butler/README.md#stopalltasks) - Stop all Butler tasks\n* [StartTask](docs/sdks/butler/README.md#starttask) - Start a single Butler task\n* [StopTask](docs/sdks/butler/README.md#stoptask) - Stop a single Butler task\n\n### [Hubs](docs/sdks/hubs/README.md)\n\n* [GetGlobalHubs](docs/sdks/hubs/README.md#getglobalhubs) - Get Global Hubs\n* [GetRecentlyAdded](docs/sdks/hubs/README.md#getrecentlyadded) - Get Recently Added\n* [GetLibraryHubs](docs/sdks/hubs/README.md#getlibraryhubs) - Get library specific hubs\n\n### [Library](docs/sdks/library/README.md)\n\n* [GetFileHash](docs/sdks/library/README.md#getfilehash) - Get Hash Value\n* [GetRecentlyAddedLibrary](docs/sdks/library/README.md#getrecentlyaddedlibrary) - Get Recently Added\n* [GetAllLibraries](docs/sdks/library/README.md#getalllibraries) - Get All Libraries\n* [GetLibraryDetails](docs/sdks/library/README.md#getlibrarydetails) - Get Library Details\n* [DeleteLibrary](docs/sdks/library/README.md#deletelibrary) - Delete Library Section\n* [GetLibraryItems](docs/sdks/library/README.md#getlibraryitems) - Get Library Items\n* [GetAllMediaLibrary](docs/sdks/library/README.md#getallmedialibrary) - Get all media of library\n* [GetRefreshLibraryMetadata](docs/sdks/library/README.md#getrefreshlibrarymetadata) - Refresh Metadata Of The Library\n* [GetSearchLibrary](docs/sdks/library/README.md#getsearchlibrary) - Search Library\n* [GetGenresLibrary](docs/sdks/library/README.md#getgenreslibrary) - Get Genres of library media\n* [GetCountriesLibrary](docs/sdks/library/README.md#getcountrieslibrary) - Get Countries of library media\n* [GetActorsLibrary](docs/sdks/library/README.md#getactorslibrary) - Get Actors of library media\n* [GetSearchAllLibraries](docs/sdks/library/README.md#getsearchalllibraries) - Search All Libraries\n* [GetMediaMetaData](docs/sdks/library/README.md#getmediametadata) - Get Media Metadata\n* [GetMetadataChildren](docs/sdks/library/README.md#getmetadatachildren) - Get Items Children\n* [GetTopWatchedContent](docs/sdks/library/README.md#gettopwatchedcontent) - Get Top Watched Content\n\n### [Log](docs/sdks/log/README.md)\n\n* [LogLine](docs/sdks/log/README.md#logline) - Logging a single line message.\n* [LogMultiLine](docs/sdks/log/README.md#logmultiline) - Logging a multi-line message\n* [EnablePaperTrail](docs/sdks/log/README.md#enablepapertrail) - Enabling Papertrail\n\n### [Media](docs/sdks/media/README.md)\n\n* [MarkPlayed](docs/sdks/media/README.md#markplayed) - Mark Media Played\n* [MarkUnplayed](docs/sdks/media/README.md#markunplayed) - Mark Media Unplayed\n* [UpdatePlayProgress](docs/sdks/media/README.md#updateplayprogress) - Update Media Play Progress\n* [GetBannerImage](docs/sdks/media/README.md#getbannerimage) - Get Banner Image\n* [GetThumbImage](docs/sdks/media/README.md#getthumbimage) - Get Thumb Image\n\n### [Playlists](docs/sdks/playlists/README.md)\n\n* [CreatePlaylist](docs/sdks/playlists/README.md#createplaylist) - Create a Playlist\n* [GetPlaylists](docs/sdks/playlists/README.md#getplaylists) - Get All Playlists\n* [GetPlaylist](docs/sdks/playlists/README.md#getplaylist) - Retrieve Playlist\n* [DeletePlaylist](docs/sdks/playlists/README.md#deleteplaylist) - Deletes a Playlist\n* [UpdatePlaylist](docs/sdks/playlists/README.md#updateplaylist) - Update a Playlist\n* [GetPlaylistContents](docs/sdks/playlists/README.md#getplaylistcontents) - Retrieve Playlist Contents\n* [ClearPlaylistContents](docs/sdks/playlists/README.md#clearplaylistcontents) - Delete Playlist Contents\n* [AddPlaylistContents](docs/sdks/playlists/README.md#addplaylistcontents) - Adding to a Playlist\n* [UploadPlaylist](docs/sdks/playlists/README.md#uploadplaylist) - Upload Playlist\n\n### [Plex](docs/sdks/plex/README.md)\n\n* [GetCompanionsData](docs/sdks/plex/README.md#getcompanionsdata) - Get Companions Data\n* [GetUserFriends](docs/sdks/plex/README.md#getuserfriends) - Get list of friends of the user logged in\n* [GetGeoData](docs/sdks/plex/README.md#getgeodata) - Get Geo Data\n* [GetHomeData](docs/sdks/plex/README.md#gethomedata) - Get Plex Home Data\n* [GetServerResources](docs/sdks/plex/README.md#getserverresources) - Get Server Resources\n* [GetPin](docs/sdks/plex/README.md#getpin) - Get a Pin\n* [GetTokenByPinId](docs/sdks/plex/README.md#gettokenbypinid) - Get Access Token by PinId\n\n\n### [Search](docs/sdks/search/README.md)\n\n* [PerformSearch](docs/sdks/search/README.md#performsearch) - Perform a search\n* [PerformVoiceSearch](docs/sdks/search/README.md#performvoicesearch) - Perform a voice search\n* [GetSearchResults](docs/sdks/search/README.md#getsearchresults) - Get Search Results\n\n### [Server](docs/sdks/server/README.md)\n\n* [GetServerCapabilities](docs/sdks/server/README.md#getservercapabilities) - Get Server Capabilities\n* [GetServerPreferences](docs/sdks/server/README.md#getserverpreferences) - Get Server Preferences\n* [GetAvailableClients](docs/sdks/server/README.md#getavailableclients) - Get Available Clients\n* [GetDevices](docs/sdks/server/README.md#getdevices) - Get Devices\n* [GetServerIdentity](docs/sdks/server/README.md#getserveridentity) - Get Server Identity\n* [GetMyPlexAccount](docs/sdks/server/README.md#getmyplexaccount) - Get MyPlex Account\n* [GetResizedPhoto](docs/sdks/server/README.md#getresizedphoto) - Get a Resized Photo\n* [GetMediaProviders](docs/sdks/server/README.md#getmediaproviders) - Get Media Providers\n* [GetServerList](docs/sdks/server/README.md#getserverlist) - Get Server List\n\n### [Sessions](docs/sdks/sessions/README.md)\n\n* [GetSessions](docs/sdks/sessions/README.md#getsessions) - Get Active Sessions\n* [GetSessionHistory](docs/sdks/sessions/README.md#getsessionhistory) - Get Session History\n* [GetTranscodeSessions](docs/sdks/sessions/README.md#gettranscodesessions) - Get Transcode Sessions\n* [StopTranscodeSession](docs/sdks/sessions/README.md#stoptranscodesession) - Stop a Transcode Session\n\n### [Statistics](docs/sdks/statistics/README.md)\n\n* [GetStatistics](docs/sdks/statistics/README.md#getstatistics) - Get Media Statistics\n* [GetResourcesStatistics](docs/sdks/statistics/README.md#getresourcesstatistics) - Get Resources Statistics\n* [GetBandwidthStatistics](docs/sdks/statistics/README.md#getbandwidthstatistics) - Get Bandwidth Statistics\n\n### [Updater](docs/sdks/updater/README.md)\n\n* [GetUpdateStatus](docs/sdks/updater/README.md#getupdatestatus) - Querying status of updates\n* [CheckForUpdates](docs/sdks/updater/README.md#checkforupdates) - Checking for updates\n* [ApplyUpdates](docs/sdks/updater/README.md#applyupdates) - Apply Updates\n\n### [Users](docs/sdks/users/README.md)\n\n* [GetUsers](docs/sdks/users/README.md#getusers) - Get list of all connected users\n\n### [Video](docs/sdks/video/README.md)\n\n* [GetTimeline](docs/sdks/video/README.md#gettimeline) - Get the timeline for a media item\n* [StartUniversalTranscode](docs/sdks/video/README.md#startuniversaltranscode) - Start Universal Transcode\n\n### [Watchlist](docs/sdks/watchlist/README.md)\n\n* [GetWatchList](docs/sdks/watchlist/README.md#getwatchlist) - Get User Watchlist\n\n\u003c/details\u003e\n\u003c!-- End Available Resources and Operations [operations] --\u003e\n\n\u003c!-- Start Server Selection [server] --\u003e\n## Server Selection\n\n### Server Variables\n\nThe default server `{protocol}://{ip}:{port}` contains variables and is set to `https://10.10.10.47:32400` by default. To override default values, the following parameters are available when initializing the SDK client instance:\n\n| Variable   | Parameter                                               | Supported Values           | Default         | Description                                    |\n| ---------- | ------------------------------------------------------- | -------------------------- | --------------- | ---------------------------------------------- |\n| `protocol` | `protocol: LukeHagar.PlexAPI.SDK.Models.ServerProtocol` | - `\"http\"`\u003cbr/\u003e- `\"https\"` | `\"https\"`       | The protocol to use for the server connection  |\n| `ip`       | `ip: string`                                            | string                     | `\"10.10.10.47\"` | The IP address or hostname of your Plex Server |\n| `port`     | `port: string`                                          | string                     | `\"32400\"`       | The port of your Plex Server                   |\n\n#### Example\n\n```csharp\nusing LukeHagar.PlexAPI.SDK;\nusing LukeHagar.PlexAPI.SDK.Models.Components;\n\nvar sdk = new PlexAPI(\n    protocol: \"https\",\n    ip: \"e0c3:bcc0:6bac:dccc:c4ec:34b1:ca98:4cb9\",\n    port: \"40311\",\n    accessToken: \"\u003cYOUR_API_KEY_HERE\u003e\"\n);\n\nvar res = await sdk.Server.GetServerCapabilitiesAsync();\n\n// handle response\n```\n\n### Override Server URL Per-Client\n\nThe default server can be overridden globally by passing a URL to the `serverUrl: string` optional parameter when initializing the SDK client instance. For example:\n```csharp\nusing LukeHagar.PlexAPI.SDK;\nusing LukeHagar.PlexAPI.SDK.Models.Components;\n\nvar sdk = new PlexAPI(\n    serverUrl: \"https://10.10.10.47:32400\",\n    accessToken: \"\u003cYOUR_API_KEY_HERE\u003e\"\n);\n\nvar res = await sdk.Server.GetServerCapabilitiesAsync();\n\n// handle response\n```\n\n### Override Server URL Per-Operation\n\nThe server URL can also be overridden on a per-operation basis, provided a server list was specified for the operation. For example:\n```csharp\nusing LukeHagar.PlexAPI.SDK;\nusing LukeHagar.PlexAPI.SDK.Models.Components;\n\nvar sdk = new PlexAPI(accessToken: \"\u003cYOUR_API_KEY_HERE\u003e\");\n\nvar res = await sdk.Plex.GetCompanionsDataAsync(serverUrl: \"https://plex.tv/api/v2\");\n\n// handle response\n```\n\u003c!-- End Server Selection [server] --\u003e\n\n\u003c!-- Start Authentication [security] --\u003e\n## Authentication\n\n### Per-Client Security Schemes\n\nThis SDK supports the following security scheme globally:\n\n| Name          | Type   | Scheme  |\n| ------------- | ------ | ------- |\n| `AccessToken` | apiKey | API key |\n\nTo authenticate with the API the `AccessToken` parameter must be set when initializing the SDK client instance. For example:\n```csharp\nusing LukeHagar.PlexAPI.SDK;\nusing LukeHagar.PlexAPI.SDK.Models.Components;\n\nvar sdk = new PlexAPI(accessToken: \"\u003cYOUR_API_KEY_HERE\u003e\");\n\nvar res = await sdk.Server.GetServerCapabilitiesAsync();\n\n// handle response\n```\n\u003c!-- End Authentication [security] --\u003e\n\n\u003c!-- Start Error Handling [errors] --\u003e\n## Error Handling\n\nHandling errors in this SDK should largely match your expectations. All operations return a response object or throw an exception.\n\nBy default, an API error will raise a `LukeHagar.PlexAPI.SDK.Models.Errors.SDKException` exception, which has the following properties:\n\n| Property      | Type                  | Description           |\n|---------------|-----------------------|-----------------------|\n| `Message`     | *string*              | The error message     |\n| `StatusCode`  | *int*                 | The HTTP status code  |\n| `RawResponse` | *HttpResponseMessage* | The raw HTTP response |\n| `Body`        | *string*              | The response content  |\n\nWhen custom error responses are specified for an operation, the SDK may also throw their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `GetServerCapabilitiesAsync` method throws the following exceptions:\n\n| Error Type                                                            | Status Code | Content Type     |\n| --------------------------------------------------------------------- | ----------- | ---------------- |\n| LukeHagar.PlexAPI.SDK.Models.Errors.GetServerCapabilitiesBadRequest   | 400         | application/json |\n| LukeHagar.PlexAPI.SDK.Models.Errors.GetServerCapabilitiesUnauthorized | 401         | application/json |\n| LukeHagar.PlexAPI.SDK.Models.Errors.SDKException                      | 4XX, 5XX    | \\*/\\*            |\n\n### Example\n\n```csharp\nusing LukeHagar.PlexAPI.SDK;\nusing LukeHagar.PlexAPI.SDK.Models.Components;\nusing LukeHagar.PlexAPI.SDK.Models.Errors;\n\nvar sdk = new PlexAPI(accessToken: \"\u003cYOUR_API_KEY_HERE\u003e\");\n\ntry\n{\n    var res = await sdk.Server.GetServerCapabilitiesAsync();\n\n    // handle response\n}\ncatch (Exception ex)\n{\n    if (ex is GetServerCapabilitiesBadRequest)\n    {\n        // Handle exception data\n        throw;\n    }\n    else if (ex is GetServerCapabilitiesUnauthorized)\n    {\n        // Handle exception data\n        throw;\n    }\n    else if (ex is LukeHagar.PlexAPI.SDK.Models.Errors.SDKException)\n    {\n        // Handle default exception\n        throw;\n    }\n}\n```\n\u003c!-- End Error Handling [errors] --\u003e\n\n\u003c!-- Start Summary [summary] --\u003e\n## Summary\n\nPlex-API: An Open API Spec for interacting with Plex.tv and Plex Media Server\n\n# Plex Media Server OpenAPI Specification\n\nAn Open Source OpenAPI Specification for Plex Media Server\n\nAutomation and SDKs provided by [Speakeasy](https://speakeasyapi.dev/)\n\n## Documentation\n\n[API Documentation](https://plexapi.dev)\n\n## SDKs\n\nThe following SDKs are generated from the OpenAPI Specification. They are automatically generated and may not be fully tested. If you find any issues, please open an issue on the [main specification Repository](https://github.com/LukeHagar/plex-api-spec).\n\n| Language              | Repository                                        | Releases                                                                                         | Other                                                   |\n| --------------------- | ------------------------------------------------- | ------------------------------------------------------------------------------------------------ | ------------------------------------------------------- |\n| Python                | [GitHub](https://github.com/LukeHagar/plexpy)     | [PyPI](https://pypi.org/project/plex-api-client/)                                                | -                                                       |\n| JavaScript/TypeScript | [GitHub](https://github.com/LukeHagar/plexjs)     | [NPM](https://www.npmjs.com/package/@lukehagar/plexjs) \\ [JSR](https://jsr.io/@lukehagar/plexjs) | -                                                       |\n| Go                    | [GitHub](https://github.com/LukeHagar/plexgo)     | [Releases](https://github.com/LukeHagar/plexgo/releases)                                         | [GoDoc](https://pkg.go.dev/github.com/LukeHagar/plexgo) |\n| Ruby                  | [GitHub](https://github.com/LukeHagar/plexruby)   | [Releases](https://github.com/LukeHagar/plexruby/releases)                                       | -                                                       |\n| Swift                 | [GitHub](https://github.com/LukeHagar/plexswift)  | [Releases](https://github.com/LukeHagar/plexswift/releases)                                      | -                                                       |\n| PHP                   | [GitHub](https://github.com/LukeHagar/plexphp)    | [Releases](https://github.com/LukeHagar/plexphp/releases)                                        | -                                                       |\n| Java                  | [GitHub](https://github.com/LukeHagar/plexjava)   | [Releases](https://github.com/LukeHagar/plexjava/releases)                                       | -                                                       |\n| C#                    | [GitHub](https://github.com/LukeHagar/plexcsharp) | [Releases](https://github.com/LukeHagar/plexcsharp/releases)                                     | -\n\u003c!-- End Summary [summary] --\u003e\n\n\u003c!-- Start Table of Contents [toc] --\u003e\n## Table of Contents\n\u003c!-- $toc-max-depth=2 --\u003e\n* [Plex-API](#plex-api)\n  * [SDK Installation](#sdk-installation)\n  * [SDK Example Usage](#sdk-example-usage)\n  * [Available Resources and Operations](#available-resources-and-operations)\n  * [Server Selection](#server-selection)\n  * [Authentication](#authentication)\n  * [Error Handling](#error-handling)\n* [Plex Media Server OpenAPI Specification](#plex-media-server-openapi-specification)\n  * [Documentation](#documentation)\n  * [SDKs](#sdks)\n* [Development](#development)\n  * [Maturity](#maturity)\n  * [Contributions](#contributions)\n\n\u003c!-- End Table of Contents [toc] --\u003e\n\n\u003c!-- Placeholder for Future Speakeasy SDK Sections --\u003e\n\n# Development\n\n## Maturity\n\nThis SDK is in beta, and there may be breaking changes between versions without a major version update. Therefore, we recommend pinning usage\nto a specific package version. This way, you can install the same version each time without breaking changes unless you are intentionally\nlooking for the latest version.\n\n## Contributions\n\nWhile we value open-source contributions to this SDK, this library is generated programmatically.\nFeel free to open a PR or a Github issue as a proof of concept and we'll do our best to include it in a future release!\n\n### SDK Created by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukehagar%2Fplexcsharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flukehagar%2Fplexcsharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flukehagar%2Fplexcsharp/lists"}