boosty_api 0.27.0

API client for interacting with Boosty platform
Documentation
{
    "data": {
        "showcaseItems": [
            {
                "showcaseItemId": 1,
                "itemType": "post",
                "isVisible": true,
                "itemId": "123",
                "post": {
                    "user": {
                        "blogUrl": "testblog",
                        "avatarUrl": "https://example.com/avatar2.jpg",
                        "name": "TestUser2",
                        "hasAvatar": true,
                        "id": 222,
                        "flags": {
                            "showPostDonations": false
                        }
                    },
                    "isPinned": false,
                    "isBlocked": false,
                    "hasAccess": true,
                    "data": [],
                    "isRecord": false,
                    "contentCounters": [],
                    "donators": {
                        "extra": {
                            "isLast": true
                        },
                        "data": []
                    },
                    "showViewsCounter": true,
                    "createdAt": 1710001000,
                    "isPublished": true,
                    "isLiked": false,
                    "tags": [
                        {
                            "id": 12345,
                            "title": "test tag 2"
                        }
                    ],
                    "isCommentsDenied": false,
                    "count": {
                        "comments": 1,
                        "reactions": {
                            "dislike": 0,
                            "heart": 1,
                            "fire": 0,
                            "angry": 0,
                            "wonder": 0,
                            "laught": 0,
                            "sad": 0,
                            "like": 1
                        },
                        "likes": 1
                    },
                    "publishTime": 1710001000,
                    "title": "Post Two",
                    "sortOrder": 1710001000,
                    "price": 0,
                    "id": "post002",
                    "comments": {
                        "extra": {
                            "isLast": true
                        },
                        "data": []
                    },
                    "donations": 0,
                    "teaser": [],
                    "isWaitingVideo": false,
                    "int_id": 101,
                    "isDeleted": false,
                    "updatedAt": 1710001001,
                    "signedQuery": "",
                    "advertiserInfo": null,
                    "currencyPrices": {
                        "rub": 0,
                        "usd": 0
                    },
                    "isShowcaseVisible": true,
                    "reactionsDisabled": false
                },
                "position": 1
            }
        ]
    },
    "extra": {
        "offset": 0,
        "blogId": 10,
        "counters": {
            "visibleTotal": 1,
            "visiblePostsCount": 1,
            "visibleBundlesCount": 0
        },
        "isEnabled": true,
        "isLast": true
    }
}