Help language development. Donate to The Perl Foundation

WebService::Discourse cpan:AZAWAWI last updated on 2018-11-14

WebService-Discourse-0.1.0/

WebService::Discourse

Build Status Build status

Use Discourse REST API in Perl 6.

Note: This is currently experimental and API may change. Please DO NOT use in a production environment.

Example

use v6;
use WebService::Discourse;

#TODO complete example

For more examples, please see examples.

Installation

$ zef install WebService::Discourse

Testing

$ AUTHOR_TESTING=1 zef test --verbose .
$ zef install Test::META
$ AUTHOR_TESTING=1 prove -e "perl6 -Ilib"

See Also

Author

Ahmad M. Zawawi, azawawi on #perl6.

License

MIT License