browserless 1.0.0 copy "browserless: ^1.0.0" to clipboard
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 live swagger.json from the Browserless endpoint using credentials from .env.
  • Distinct Clients: Separated the SDK into BrowserlessHttpApi (for REST methods) and BrowserlessWebSocketApi (for WebSocket connections).
  • Type Safety: Automatically generated data transfer objects (DTOs) with fromJson and toJson support.
  • Testing: Extensive integration tests added for HTTP and WebSocket endpoints (requires local .env to run).
0
likes
160
points
27
downloads

Documentation

API reference

Publisher

verified publishermrcrbrth.my.id

Weekly Downloads

A fully-typed Dart SDK for interacting with Browserless via REST and WebSockets.

Repository (GitHub)

License

MIT (license)

Dependencies

http, web_socket_channel

More

Packages that depend on browserless