Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izmjs/devtools
https://github.com/izmjs/devtools
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/izmjs/devtools
- Owner: izmjs
- Created: 2019-08-15T21:54:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T21:54:05.000Z (over 1 year ago)
- Last Synced: 2024-10-01T15:17:54.991Z (about 1 month ago)
- Language: JavaScript
- Size: 5.45 MB
- Stars: 15
- Watchers: 3
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Environment variables
| **Name** | **Default Value** | ** Description ** |
| ------------------------------------------- | --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **DEVTOOLS_MODULE_FILES_URL** | `https://gitlab.com/ps-ide/node-boilerplate/blob/develop` | Should contain the base URL where to fetch the source code. Useful to redirect the user to method definitions. |
| **DEVTOOLS_MODULE_FILES_TYPE** | `gitlab` | Type of files provider. |
| **DEVTOOLS_MODULE_POSTMAN_KEY** | `false` | Postman API key. Used to manage postman collections. You can generate a new one from [here](https://web.postman.co/integrations/services/pm_pro_api) |
| **DEVTOOLS_MODULE_CLEAN_ON_BOOT** | `'true'` | Set this environment variable to `'false'` if you want to remove the documentation collection on server startup. |
| **DEVTOOLS_MODULE_TRANSLATE_ENGINE** | `'google'` | Set this environment variable to change the translation engine. Supported engines: `[yandex](https://translate.yandex.com/)`or `[google](https://cloud.google.com/translate/docs/)`. |
| **DEVTOOLS_MODULE_TRANSLATE_KEY** | `null` | Contains translation engine key. |
| **DEVTOOLS_MODULE_TRANSLATE_BASE_LANGUAGE** | `'en'` | Set this environment variable to change the base language. |## Supported HTTP methods
- [_GET_](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/GET)
- [_POST_](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST)
- [_PUT_](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/PUT)
- [_DELETE_](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/DELETE)