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

feat(nestjs-json-rpc): default transport for rpc #78

Merged
merged 16 commits into from
Apr 12, 2024
Merged

Conversation

klerick
Copy link
Owner

@klerick klerick commented Mar 11, 2024

  • http transport
  • validation
  • explorer need service

Closes: #77


@RpcHandler()
export class RpcService implements IRpcService {
methodeWithObjectParams(a: InputType): Promise<OutputType> {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo in word "method", in some other places as well. can do word search by "methode" and correct to "method"

@klerick klerick merged commit 0096316 into master Apr 12, 2024
2 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.

json-rpc plugin for NetsJs
3 participants