Logo
Explore Help
Register Sign In
yujunjun/datahub
2
0
Fork 0
You've already forked datahub
mirror of https://github.com/datahub-project/datahub.git synced 2025-07-22 17:10:30 +00:00
Code Issues Packages Projects Releases Wiki Activity
datahub/wherehows-web/app/utils/api/index.ts

13 lines
189 B
TypeScript
Raw Normal View History

adds typescript. adds mirage. updates dependencies. begins separating api concerns from app: datasets. removes jshint. adds mirage model+factory for compliance suggestion updates gitignore: removes typings. adds environment.d.ts declaration file for config/environment. adds unit test for datasets-test. adds extracted datasets api file updates destroy app test helper updates compliance component to work with modified api from compliance api: removes isSubject, adds securityClassification updates uploaded compliance shape validation. updates the dataset route adds typescript files to prettier linting updates gitignore with vscode
2017-08-15 23:16:38 -07:00
/**
* Defines the root path for wherehows front-end api requests
* @type {string}
*/
const apiRoot = '/api/v1';
export * from 'wherehows-web/utils/api/datasets';
export {
apiRoot
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 675ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API