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

Is it DumpActionMap or DumpPublicActionMap #22

Open
wushuzh opened this issue Jul 20, 2024 · 3 comments
Open

Is it DumpActionMap or DumpPublicActionMap #22

wushuzh opened this issue Jul 20, 2024 · 3 comments

Comments

@wushuzh
Copy link

wushuzh commented Jul 20, 2024

http://127.0.0.1:1337/api/DumpPublicActionMap from Repo docs.olivetin.app troubleshooting.adoc gets the following error.

{
"code": 5,
"message": "Not Found",
"details": []
}

While http://127.0.0.1:1337/api/DumpActionMap from Repo Olive repo OliveTin.proto works well.

Which part needs to be changed ?

I'm new to this proto file and the tech behind it. I'm gonna dig in and learn more, but any help in the meantime would be awesome!

  1. Were there any good resources you found online that explain these topics?
  2. Maybe you could give me a quick rundown on how our application uses this technology?

Thanks a bunch!

@jamesread
Copy link
Contributor

Heya, it's DumpActionMap, it used to have "Public" in the name but I got annoyed typing it all. So the docs should be updated to reflect the code.

Will explain more about protobuf and grpc soon :-)

@wushuzh
Copy link
Author

wushuzh commented Jul 22, 2024

Thanks a lot.

I will try to submit a PR later with the updated URL. Currently I am setting up the ruby env for asciidoctor.

It's fun to learn lots of new things.

@jamesread
Copy link
Contributor

Hah, I hadn't considered all the little bits you'd need to setup, like ruby for asciidoctor, to get everything going. On Linux I just install it, but to be honest on modern windows with choco etc, it should be easy enough.

Asciidoctor is amazing, I use a separate plugin to generate multi page html, I hope that doesn't generate too much hassle for you getting that working.

Let me know if you have any questions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants