Package API
Configuration API
In hyrrokkin, package configurations are implemented using the ConfigurationInterface:
-
Python API: configuration interface
-
Javascript API: ConfigurationInterface
Configuration Services API
When a hyrrokkin package configuration instance is created, the constructor is passed a configuration services instance which implements the ConfigurationServiceInterface:
-
Python API: configuration service interface
-
Javascript API: ConfigurationServiceInterface
Node API
In hyrrokkin, nodes are implemented in python or javascript using a class which implements the NodeInterface
-
Python API: node interface
-
Javascript API: NodeInterface
Node Services API
When a hyrrokkin node instance is created, the constructor is passed a node services instance which the NodeServiceInterface
-
Python API: node service interface
-
Javascript API: NodeServiceInterface
Page API
HTML pages defined by a package's configuration or nodes use the page API to communicate with the node/configuration.
Pages can access a hyrrokkin.page object which provides the PageInterface API
- Javascript API: PageInterface