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

Add api to list smart modules #259

Open
morenol opened this issue Sep 24, 2022 · 4 comments
Open

Add api to list smart modules #259

morenol opened this issue Sep 24, 2022 · 4 comments

Comments

@morenol
Copy link
Contributor

morenol commented Sep 24, 2022

No description provided.

@EstebanBorai
Copy link
Contributor

Hi @morenol!

I'm checking on this issue and as I understand we want to achieve the same result as from running fluvio smart-module list via CLI but through the NodeJS client am I right?

@EstebanBorai
Copy link
Contributor

I'm working on this here: #262, still a WIP while I get the SmartModuleSpec struct into JavaScript to be able to expose it in the client side.

@morenol
Copy link
Contributor Author

morenol commented Sep 25, 2022

Yes, you can check the list_smartmodules function in the wasm client. In the admin.rs. Probably a create_smartmodule and delete_smartmodule functions would be great for e2e testing

@EstebanBorai
Copy link
Contributor

Yes, you can check the list_smartmodules function in the wasm client. In the admin.rs. Probably a create_smartmodule and delete_smartmodule functions would be great for e2e testing

Totally agree! I'm checking on SmartModule creation as well! Perhaps we should land three features. So it would be more like SmartModule CRUD support.

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

2 participants