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