Published 2025-10-15
Multipress serverpod module (client).

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);
ApiEndpoint back to MultipressEndpoint.MultipressEndpoint to ApiEndpoint.