{"id":18984458,"url":"https://github.com/danwakeem/loopback-rest-explorer-auth","last_synced_at":"2026-06-16T23:32:01.147Z","repository":{"id":33781307,"uuid":"161914857","full_name":"Danwakeem/loopback-rest-explorer-auth","owner":"Danwakeem","description":"LoopBack's API Explorer with Authentication Header","archived":false,"fork":false,"pushed_at":"2022-12-09T09:02:05.000Z","size":472,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T14:05:35.861Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Danwakeem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-15T14:52:33.000Z","updated_at":"2018-12-15T15:39:26.000Z","dependencies_parsed_at":"2023-01-15T02:28:53.925Z","dependency_job_id":null,"html_url":"https://github.com/Danwakeem/loopback-rest-explorer-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danwakeem%2Floopback-rest-explorer-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danwakeem%2Floopback-rest-explorer-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danwakeem%2Floopback-rest-explorer-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danwakeem%2Floopback-rest-explorer-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danwakeem","download_url":"https://codeload.github.com/Danwakeem/loopback-rest-explorer-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239993878,"owners_count":19730778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T16:21:34.682Z","updated_at":"2025-11-10T23:03:38.931Z","avatar_url":"https://github.com/Danwakeem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @loopback/rest-explorer\n\nThis module contains a component adding a self-hosted REST API Explorer to\nLoopBack applications.\n\n## Installation\n\n```sh\nnpm install --save @loopback/rest-explorer\n```\n\n## Basic use\n\nThe component should be loaded in the constructor of your custom Application\nclass. Applications scaffolded by recent versions of our `lb4` CLI tool have the\nself-hosted REST API Explorer pre-configured out of the box.\n\nStart by importing the component class:\n\n```ts\nimport {RestExplorerComponent} from '@loopback/rest-explorer';\n```\n\nIn the constructor, add the component to your application:\n\n```ts\nthis.component(RestExplorerComponent);\n```\n\nBy default, API Explorer is mounted at `/explorer`. This path can be customized\nvia RestExplorer configuration as follows:\n\n```ts\nthis.bind(RestExplorerBindings.CONFIG).to({\n  path: '/openapi/ui',\n});\n```\n\n_NOTE: The Explorer UI's visual style is not customizable yet. Our recommended\nsolution is to create a fork of this module, make any style changes in the fork\nand publish the modified module under a different name. The\n[GitHub issue #2023](https://github.com/strongloop/loopback-next/issues/2023) is\nrequesting a configuration option for customizing the visual style, please\nup-vote the issue and/or join the discussion if you are interested in this\nfeature._\n\n## Contributions\n\n- [Guidelines](https://github.com/strongloop/loopback-next/blob/master/docs/CONTRIBUTING.md)\n- [Join the team](https://github.com/strongloop/loopback-next/issues/110)\n\n## Tests\n\nRun `npm test` from the root folder.\n\n## Contributors\n\nSee\n[all contributors](https://github.com/strongloop/loopback-next/graphs/contributors).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanwakeem%2Floopback-rest-explorer-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanwakeem%2Floopback-rest-explorer-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanwakeem%2Floopback-rest-explorer-auth/lists"}