Follow a topic.
Output of disqus topics follow --help
:
Usage: disqus topics follow [options]
Options:
-h, --help output usage information
-A, --api_key <string> Your application's public api_key.
-H, --https [boolean] Whether to use https. Defaults to true.
-L, --logLevel [string] Output log level. Choices: debug, info, notice, warning, error, critical, alert, emergency.
-t, --target <string> Looks up a topic by ID (slug).
Returns a list of users following a topic.
Output of disqus topics listFollowers --help
:
Usage: disqus topics listFollowers [options]
Options:
-h, --help output usage information
-A, --api_key <string> Your application's public api_key.
-c, --cursor [string] Defaults to null.
-H, --https [boolean] Whether to use https. Defaults to true.
-l, --limit [number] Defaults to 25.
-L, --logLevel [string] Output log level. Choices: debug, info, notice, warning, error, critical, alert, emergency.
-o, --order [string] Defaults to "asc". Choices: asc, desc.
-s, --since_id [string] Defaults to null.
-t, --topic <string> Looks up a topic by ID (slug).
Unfollow a topic.
Output of disqus topics unfollow --help
:
Usage: disqus topics unfollow [options]
Options:
-h, --help output usage information
-A, --api_key <string> Your application's public api_key.
-H, --https [boolean] Whether to use https. Defaults to true.
-L, --logLevel [string] Output log level. Choices: debug, info, notice, warning, error, critical, alert, emergency.
-S, --api_secret <string> Your application's api_secret.
-t, --target <string> Looks up a topic by ID (slug).
Up one level
Topics CLI
See the disqus-node Topics API.
See the Topics API on Disqus.com.