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

Support Describe & List gRPC #12

Open
DenisCarriere opened this issue Feb 1, 2023 · 1 comment
Open

Support Describe & List gRPC #12

DenisCarriere opened this issue Feb 1, 2023 · 1 comment
Assignees

Comments

@DenisCarriere
Copy link
Contributor

describe

$ grpcurl --plaintext localhost:8000 describe
sf.substreams.sink.kv.v1.Kv is a service:
service Kv {
  rpc Get ( .sf.substreams.sink.kv.v1.GetRequest ) returns ( .sf.substreams.sink.kv.v1.GetResponse );
  rpc GetByPrefix ( .sf.substreams.sink.kv.v1.GetByPrefixRequest ) returns ( .sf.substreams.sink.kv.v1.GetByPrefixResponse );
  rpc GetMany ( .sf.substreams.sink.kv.v1.GetManyRequest ) returns ( .sf.substreams.sink.kv.v1.GetManyResponse );
  rpc Scan ( .sf.substreams.sink.kv.v1.ScanRequest ) returns ( .sf.substreams.sink.kv.v1.ScanResponse );
}

list

$ grpcurl --plaintext localhost:8000 list    
sf.substreams.sink.kv.v1.Kv
@DenisCarriere DenisCarriere self-assigned this Feb 1, 2023
@DenisCarriere
Copy link
Contributor Author

describe

$ grpcurl --plaintext localhost:8000 describe
sf.substreams.sink.kv.v1.Kv is a service:
service Kv {
  rpc Get ( .sf.substreams.sink.kv.v1.GetRequest ) returns ( .sf.substreams.sink.kv.v1.GetResponse );
  rpc GetByPrefix ( .sf.substreams.sink.kv.v1.GetByPrefixRequest ) returns ( .sf.substreams.sink.kv.v1.GetByPrefixResponse );
  rpc GetMany ( .sf.substreams.sink.kv.v1.GetManyRequest ) returns ( .sf.substreams.sink.kv.v1.GetManyResponse );
  rpc Scan ( .sf.substreams.sink.kv.v1.ScanRequest ) returns ( .sf.substreams.sink.kv.v1.ScanResponse );
}

list

$ grpcurl --plaintext localhost:8000 list    
sf.substreams.sink.kv.v1.Kv

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

No branches or pull requests

1 participant