fopost 0.1.0
fopost: ^0.1.0 copied to clipboard
Official Dart SDK for the FoPost API. Schedule, publish and analyze social media posts across every connected platform, from Dart or Flutter.
Changelog #
0.1.0 #
First release.
FoPostclient over the FoPost REST API, withX-API-Keyauth, a 30 second per-request timeout, and automatic retries on 429, 5xx and transport errors.- Resources:
posts,workspaces,accounts,communities,labels,webhooks,analytics,automations,media. - Typed models with hand-written
fromJson, so no build step is needed. - Typed exceptions per status: validation, authentication, payment required
(carrying
upgradeUrl), permission denied, not found, rate limit (carryingretryAfter) and server errors. FoPost.requestas an escape hatch for endpoints the SDK does not wrap.- Pure Dart, so it runs on Flutter (iOS, Android, web, desktop) and on the server.