Tags: sauromates/nuxt-redmine
Tags
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