pkg_multipress_serverpod_client version: 0.0.4

Published 2025-10-15

ruud

sdk | dart
repository | svn
platform | generic
status | n/a
  • Readme
  • Changelog
  • Versions

pkg_multipress_serverpod_client

Multipress serverpod module (client).

graph

Usage

Find an instance of the Client from pod_darwin_client and use the module multipress to call the endpoint:

final Client client = context.read<Client>();

final String sessionId = await client.modules.multipress.multipress.authenticate(
    relationNumber: 1,
    contact: 'ruudvring@huighaverlag.nl',
);

print(sessionId);

Changelog

0.0.4 - 2025-10-15

Changed

  • Version bump from 0.0.3 to 0.0.4.

0.0.3 - 2025-10-08

Changed

  • Renamed ApiEndpoint back to MultipressEndpoint.

0.0.2 - 2025-10-08

Changed

  • Renamed MultipressEndpoint to ApiEndpoint.

0.0.1 - 2025-10-01

  • Initial version, created by Stagehand

0.0.4

2025-10-15 download

0.0.3

2025-10-08 download

0.0.1

2025-10-01 download