plex-api 0.0.12

Library for communication with Plex server. Work in progress, not ready for any use. See github for details.
Documentation
[{
    "status": "accepted",
    "sharingSettings": {
        "allowChannels": false,
        "allowSubtitleAdmin": false,
        "filterMovies": "",
        "filterMusic": "",
        "filterPhotos": null,
        "filterTelevision": "",
        "filterAll": null,
        "allowSync": true,
        "allowCameraUpload": false,
        "allowTuners": 0
    },
    "sharedServers": [{
        "id": 1,
        "name": "Server",
        "invitedId": 2,
        "invitedEmail": null,
        "serverId": 3,
        "accepted": true,
        "acceptedAt": "2020-01-01T02:03:04Z",
        "deletedAt": null,
        "leftAt": null,
        "machineIdentifier": "deadb33f",
        "lastSeenAt": "2023-01-01T00:13:21Z",
        "inviteToken": "invite_token",
        "sharingSettings": {
            "allowChannels": false,
            "allowSubtitleAdmin": false,
            "filterMovies": "",
            "filterMusic": "",
            "filterPhotos": null,
            "filterTelevision": "",
            "filterAll": null,
            "allowSync": true,
            "allowCameraUpload": false,
            "allowTuners": 2
        },
        "libraries": [{
            "id": 100,
            "key": 1,
            "title": "Movies",
            "type": "movie"
        }, {
            "id": 103,
            "key": 2,
            "title": "TV Shows",
            "type": "show"
        }],
        "ownerId": 4,
        "owned": true,
        "numLibraries": 4,
        "allLibraries": true
    }],
    "sharedSources": [],
    "id": 6,
    "uuid": "deadbeed3",
    "title": "username",
    "username": "username",
    "restricted": false,
    "email": "exampl@example.com",
    "friendlyName": null,
    "thumb": "https://plex.tv/users/deadbeed3/avatar?c=23423453245",
    "home": false
}]