theamazingfedex / owod-cs

A digital character sheet for the Old World of Darkness pen and paper games.
MIT License
2 stars 0 forks source link

Create wrapper for SonarCloud api #19

Open KungRaseri opened 5 years ago

KungRaseri commented 5 years ago

SonarCloud has an api that we can hook into. It could be beneficial for us to be able pull results and create issues where necessary.

This change will probably include:

  1. getting a project api key
  2. axios or some other http client library
  3. pre or post-build events

More information will be added as this feature is built.