https://github.com/adarshaacharya/apihub
VsCode extension to get free third party api url on different categories for quick testing.
https://github.com/adarshaacharya/apihub
api api-hub vscode vscode-extension
Last synced: 6 months ago
JSON representation
VsCode extension to get free third party api url on different categories for quick testing.
- Host: GitHub
- URL: https://github.com/adarshaacharya/apihub
- Owner: adarshaacharya
- License: mit
- Created: 2021-05-07T11:13:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-15T08:36:06.000Z (over 1 year ago)
- Last Synced: 2025-03-27T21:38:39.817Z (7 months ago)
- Topics: api, api-hub, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=AadarshaAcharya.api-hub
- Size: 231 KB
- Stars: 9
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Api Hub
![]()
VS Code extension to get free third party api url on different categories for quick testing.## Screenshot
## Instruction
- Open text editor in VS Code and put keyboard cursor where you want api url to be in.
- Open Command Palette in VS Code by `Ctrl+Shift+P` command.
- Search for `Api Hub` and press `Enter`
- You'll be shown categories like `Posts, Jokes, Todos`
- Search the categories select one of them.
- You'll be given url of the api on the Vs Code editor.## Contributing and Feedback
- If you just want to add new api then you can directly [edit here](https://github.com/adarshaacharya/ApiHub/edit/main/src/apis.ts).
- If you find any issues on project or give suggestion to add new api that you know you can [open the issue](https://github.com/adarshaacharya/ApiHub/issues/new) giving the url of api.
- If you are interested in providing feedback or contributing directly to the code base, please check the document [Contributing to Api Hub](https://github.com/adarshaacharya/ApiHub/blob/main/CONTRIBUTING.md).
## License
Copyright © 2020 [Aadarsha Acharya](https://github.com/adarshaacharya).
This extension is licensed under [MIT License](https://github.com/adarshaacharya/ApiHub/blob/main/LICENSE).