qlfetch is a small data fetching library to implement restful apis in your project.
To install from npm:
npm i @quokka-labs/qlfetch
import qlfetch from '@quokka-labs/ql-fetch'
const response = await qlfetch('https://example.com/users')
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are extremely appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/YourOwnFeature
) - Commit your Changes (
git commit -m 'Add some YourOwnFeature'
) - Push to the Branch (
git push origin feature/YourOwnFeature
) - Open a Pull Request
Project Link: https://github.com/tanmaymazumdar19/ql-fetch