Topics
Python - topic()
Creates a new Topic.
from nitric.resources import topic
updates = topic('updates')
Parameters
name required string
The name of the topic to create.
Examples
Create a new topic
from nitric.resources import topic
updates = topic('updates')