Skip to content

Tags: sauromates/nuxt-redmine

Tags

v0.0.5

Toggle v0.0.5's commit message
fix: runtime config import 

v0.0.4

Toggle v0.0.4's commit message
fix: api routes extensions 

v0.0.2

Toggle v0.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: issues rest api (#2) * chore: full url to github repository * build: formatting on release * refactor: implementing naming convention Type declarations within this module should be prefixed with 'Redmine' from now on to avoid any possible name conflicts in client code * refactor: resources naming * feat: models types All models related to issues now typed in accordance with Redmine REST API * feat: model to request mapping Introduced mapped type and a utility function which make possible transformation between nested relations fields in model type and '_id' fields in API requests * feat: redmine api requests types * feat: nuxt api routes for issues * feat: resources registry composable * feat: remine http client composable * feat: issues composable * chore: nitro imports * chore: available resources type * feat: nuxt api routes registrator * chore: module reconfiguration * chore: removed unused components * docs: readme update * chore: prettier formatting * chore: test redmine containers