Skip to content

Add new callWithResult() method to Swampyer class#19

Merged
zaberSatnam merged 7 commits intomasterfrom
new-callWithResult-method
Jan 30, 2026
Merged

Add new callWithResult() method to Swampyer class#19
zaberSatnam merged 7 commits intomasterfrom
new-callWithResult-method

Conversation

@zaberSatnam
Copy link
Contributor

This new callWithResult() method returns the args, kwargs and details data about the WAMP call's result.

The existing call() method now uses this new method under the hood but continues to only return args[0] values from the WAMP call's result.

…ntication on npm rather than using simple auth tokens

- No need to manually manage auth token any more. Only the CI jobs will have the ability to publish to the package
- The `--provenance` arg was added to `npm publish` to verify the authenticity of where the package was published from
@zaberSatnam zaberSatnam self-assigned this Jan 30, 2026
@zaberSatnam zaberSatnam linked an issue Jan 30, 2026 that may be closed by this pull request
@zaberSatnam zaberSatnam merged commit 829c5c2 into master Jan 30, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Swampyer.call() should return the entire result

1 participant