Skip to content

Package API

Configuration API

In hyrrokkin, package configurations are implemented using the ConfigurationInterface:

Configuration Services API

When a hyrrokkin package configuration instance is created, the constructor is passed a configuration services instance which implements the ConfigurationServiceInterface:

Node API

In hyrrokkin, nodes are implemented in python or javascript using a class which implements the NodeInterface

Node Services API

When a hyrrokkin node instance is created, the constructor is passed a node services instance which the 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