boosty_api 0.27.0

API client for interacting with Boosty platform
Documentation
{
  "data": [
    {
      "description": "🏠 Saving for a new family home",
      "bloggerId": 12345678,
      "priority": 2,
      "createdAt": 1690000000,
      "id": 600101,
      "targetSum": 1200000.5,
      "currentSum": 45230.43,
      "finishTime": null,
      "bloggerUrl": "exampleBlogger",
      "type": "money"
    },
    {
      "description": "🚙 Fund for an electric SUV",
      "bloggerId": 12345678,
      "priority": 1,
      "createdAt": 1690050000,
      "id": 600102,
      "targetSum": 900000.0,
      "currentSum": 18750.56,
      "finishTime": null,
      "bloggerUrl": "example_blogger",
      "type": "money"
    },
    {
      "description": "📷 Upgrade photography gear",
      "bloggerId": 12345678,
      "priority": 3,
      "createdAt": 1690100000,
      "id": 600103,
      "targetSum": 300000.34,
      "currentSum": 10230.34,
      "finishTime": null,
      "bloggerUrl": "example_blogger",
      "type": "subscribers"
    },
    {
      "description": "🎓 Scholarship fund for students",
      "bloggerId": 12345678,
      "priority": 4,
      "createdAt": 1690150000,
      "id": 600104,
      "targetSum": 200000.0,
      "currentSum": 560.12,
      "finishTime": null,
      "bloggerUrl": "example_blogger",
      "type": "subscribers"
    },
    {
      "description": "🎨 Support for art project expenses",
      "bloggerId": 12345678,
      "priority": 5,
      "createdAt": 1690200000,
      "id": 600105,
      "targetSum": 150000.0,
      "currentSum": 2330.55,
      "finishTime": null,
      "bloggerUrl": "example_blogger",
      "type": "subscribers"
    }
  ]
}