Github user necosta commented on the issue: https://github.com/apache/zeppelin/pull/2446 | Type | Path | Method | Description | UnitTest | Documentation | | ------------- |:--------------:|:-------:|:------------:|:--------:|:-------------:| | GET | package | getAllPackageInfo | Get all available helium packages | Y | Y | | GET | enabledPackage | getAllEnabledPackageInfo | Get all enabled helium packages | Y | Y | | GET | package/{packageName} | getSinglePackageInfo | Get single helium package | Y | Y | | GET | suggest/{noteId}/{paragraphId} | suggest | Suggest Helium package on a paragraph | N | Y | | POST | load/{noteId}/{paragraphId} | load | Load Helium package on a paragraph | N | Y | | GET | bundle/load/{packageName} | bundleLoad | Load bundled visualization script | N | Y | | POST | enable/{packageName} | enablePackage | Enable package | Y | Y | | POST | disable/{packageName} | disablePackage | Disable package | Y | Y | | GET | config | getAllPackageConfigs | Get configuration for all Helium packages | Y | Y | | GET | config/{packageName}/{artifact} | getPackageConfig | Get configuration for specific package | Y | Y | | POST | config/{packageName}/{artifact} | updatePackageConfig | Set configuration for specific package | N | Y | | GET | spell/config/{packageName} | getSpellConfigUsingMagic | Get Spell configuration for single package | N | Y | | GET | order/visualization | getVisualizationPackageOrder | Get visualization display order | Y | Y | | POST | order/visualization | setVisualizationPackageOrder | Set visualization display order | Y | Y |
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---