2.1.0 • Published 6 months ago

discourser v2.1.0

Weekly downloads
1
License
Artistic-2.0
Repository
github
Last release
6 months ago

Discourser is an API Client for the Discourse API written in TypeScript for Node.js and Browser environments.

Its special features are:

  • TypeScript Types
  • Respecting Rate Limits
  • Optional Heavy Caching
  • Post Modifiers (can be used for global find and replace across all posts on the forum)

It is currently under heavy construction, however is being used in production, and will eventually stabilise.

The CLI executable is currently only for Bevry use. Eventually the Bevry specific parts of it will be abstracted out. Do not use the CLI currently in your own projects.

Usage

Complete API Documentation.

npm

pika

<script type="module">
    import pkg from '//cdn.pika.dev/discourser/^1.0.0'
</script>

unpkg

<script type="module">
    import pkg from '//unpkg.com/discourser@^1.0.0'
</script>

jspm

<script type="module">
    import pkg from '//dev.jspm.io/discourser@1.0.0'
</script>

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under: