disqus-node icon indicating copy to clipboard operation
disqus-node copied to clipboard

http://disqus.com/api/ API bindings and CLI for NodeJS

Results 3 disqus-node issues
Sort by recently updated
recently updated
newest added

Hi.. I'm trying to add forum in disqus. but I'm not able to do it yet Here is my code: ``` js disqus.forums.create({ website: 'https://disqus.com/api/3.0/forums/create.json', name: 'Test Name', short_name: 'test'...