browserless 1.0.0
browserless: ^1.0.0 copied to clipboard
A fully-typed Dart SDK for interacting with Browserless via REST and WebSockets.
1.0.0 #
- Initial Release: Fully-typed Dart SDK for Browserless.
- Dynamic Generation: Added a code generator (
generator/generator.dart) that fetches the liveswagger.jsonfrom the Browserless endpoint using credentials from.env. - Distinct Clients: Separated the SDK into
BrowserlessHttpApi(for REST methods) andBrowserlessWebSocketApi(for WebSocket connections). - Type Safety: Automatically generated data transfer objects (DTOs) with
fromJsonandtoJsonsupport. - Testing: Extensive integration tests added for HTTP and WebSocket endpoints (requires local
.envto run).