Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercharge/sttp
An HTTP client for a pleasant developer experience.
https://github.com/supercharge/sttp
axios axios-wrapper hacktoberfest http http-client javascript supercharge wrapper
Last synced: 2 months ago
JSON representation
An HTTP client for a pleasant developer experience.
- Host: GitHub
- URL: https://github.com/supercharge/sttp
- Owner: supercharge
- License: mit
- Created: 2020-02-07T18:43:53.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-01-21T11:39:46.000Z (12 months ago)
- Last Synced: 2024-10-29T14:25:56.270Z (3 months ago)
- Topics: axios, axios-wrapper, hacktoberfest, http, http-client, javascript, supercharge, wrapper
- Language: TypeScript
- Homepage:
- Size: 56.6 KB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Sttp
An Axios wrapper for an enjoyable developer experience.
Follow @marcuspoehls and @superchargejs for updates!
---
## Introduction
`@supercharge/sttp` is an elegant wrapper around the [`axios`](https://github.com/axios/axios) HTTP client. It provides a fluent interface allowing you to create HTTP requests communicating with other web applications.## Installation
```
npm i @supercharge/sttp
```## Resources
- ๐ ย [Documentation](https://superchargejs.com/docs/sttp)
## Contributing
Do you miss a string function? We very much appreciate your contribution! Please send in a pull request ๐1. Create a fork
2. Create your feature branch: `git checkout -b my-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request ๐## License
MIT ยฉ [Supercharge](https://superchargejs.com)---
> [superchargejs.com](https://superchargejs.com) ย ยทย
> GitHub [@supercharge](https://github.com/supercharge/) ย ยทย
> Twitter [@superchargejs](https://twitter.com/superchargejs)