Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve RPC API #21

Merged
merged 1 commit into from
Aug 30, 2024
Merged

Improve RPC API #21

merged 1 commit into from
Aug 30, 2024

Conversation

blaugold
Copy link
Collaborator

@blaugold blaugold commented Aug 30, 2024

API changes:

  • Return and expect Map<String, Object?>? for payload in Client.rpc and Socket.rpc and en/decode it as JSON
  • Fix Client.rpc over REST
  • Add httpKey to Client.rpc

API changes:

- Return and expect `Map<String, Object?>?` for payload in `Client.rpc` and `Socket.rpc` and en/decode it as JSON
- Add `httpKey` to `Client.rpc`
@blaugold blaugold changed the title Fix RPC functionality Improve RPC signature Aug 30, 2024
@blaugold blaugold changed the title Improve RPC signature Improve RPC API Aug 30, 2024
@blaugold blaugold merged commit 7d3a8da into main Aug 30, 2024
3 checks passed
@blaugold blaugold deleted the rpc branch August 30, 2024 05:41
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.

1 participant