An open API service indexing awesome lists of open source software.

https://github.com/novafox161/discal-web-api

A web API for the DisCal Discord Calendar bot to handle the integrated web dashboard.
https://github.com/novafox161/discal-web-api

Last synced: 2 months ago
JSON representation

A web API for the DisCal Discord Calendar bot to handle the integrated web dashboard.

Awesome Lists containing this project

README

        

# About DisCal

[Official Website](https://www.cloudcraftgaming.com/discal)

[Trello Board](https://trello.com/b/OuFo5aXu/discal)

DisCal Web API is a backend HTTP REST API for DisCal's web dashboard.

DisCal is developed and maintained by NovaFox161 with help from xaanit.

*WIP means "Work in Progress" or is a feature actively in development but not released yet. Features marked as WIP will be available in upcoming updates very soon!

## Core Features

* Hooks into DisCal directly
* Provides a feature rich RESTful API for DisCal

### Additional Features

* Integrated quite simply with Spark

## Planned Features
* Fully featured API for a funcional web dashboard (WIP)
* Honestly don't even know yet because I just made this.

Don't see something you want?? Request it today!! Contact any of the developers or support members and we will happily see what we can do to further improve DisCal!

## Contributing

1. Fork this repo and make changes in your own copy
2. Add a test if applicable and run the existing tests with `mvn clean test` to make sure they pass
3. Commit your changes and push to your fork `git push origin master`
4. Create a new pull request and submit it back to us!