Contributing to dabeplech

You have many different ways to contribute to dabeplech:

  • Add new API connectors

  • Report a Bug

  • Suggesting a new Feature

  • Update the Documentation

  • Participate to the discussions in the Github issues

Note

For more advanced features, such as the code architecture, we encourage to go through discussions on GitHub before starting any major changes or contributions.

General rules

Adding a new API connector

For the moment, we identify three different scenarios when adding a new API connector:

API already returning JSON

This is the most simple case where you just need to add a new connector:

  1. Adding an API returning JSON

  2. Completing the Documentation