for more information visit the package's GitHub page
Package contains the following modules:
JIRA API connector package for Elm.
You can find an exemplary frontend app which uses this package on GitHub: vViktorPL/elm-jira-connector-example
Unfortunately JIRA REST API CORS won't let you in from your SPA domain. Although, to solve this problem you can set up proxy server which will exchange requests with JIRA API and will send proper CORS headers into frontend app. In case you are building Electron app, you can consider disabling web security overall.