Skip to content

azawawi/p6-webservice-discourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • Install this module using zef:
$ zef install WebService::Discourse

Testing

  • To run tests:
$ AUTHOR_TESTING=1 zef test --verbose .
  • To run all tests including author tests (Please make sure Test::Meta is installed):
$ zef install Test::META
$ AUTHOR_TESTING=1 prove -e "perl6 -Ilib"

See Also

Author

Ahmad M. Zawawi, azawawi on #perl6.

License

MIT License

About

Use Discourse REST API in Perl 6

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Other 100.0%