|
1 | | -# HTTP Snippet [![version][npm-version]][npm-url] [![License][npm-license]][license-url] |
| 1 | +# @httptoolkit/HTTPSnippet [](https://github.com/httptoolkit/httpsnippet/actions) [](https://npmjs.com/package/@httptoolkit/httpsnippet) |
2 | 2 |
|
3 | | -> HTTP Request snippet generator for *many* languages & tools including: `cURL`, `HTTPie`, `Javascript`, `Node`, `C`, `Java`, `PHP`, `Objective-C`, `Swift`, `Python`, `Ruby`, `C#`, `Go`, `OCaml` and [more](https://github.com/Mashape/httpsnippet/wiki/Targets)! |
| 3 | +> _Part of [HTTP Toolkit](https://httptoolkit.tech): powerful tools for building, testing & debugging HTTP(S)_ |
4 | 4 |
|
5 | | -Relies on the popular [HAR](http://www.softwareishard.com/blog/har-12-spec/#request) format to import data and describe HTTP calls. |
| 5 | +Httpsnippet is an HTTP request snippet generator for *many* languages & tools including: `cURL`, `HTTPie`, `Javascript`, `Node`, `C`, `Java`, `PHP`, `Objective-C`, `Swift`, `Python`, `Ruby`, `C#`, `Go`, `OCaml` and [more](https://github.com/httptoolkit/httpsnippet/tree/main/src/targets)! |
6 | 6 |
|
7 | | -See it in action on companion service: [APIembed](https://apiembed.com/) |
| 7 | +This library relies on the popular [HAR](http://www.softwareishard.com/blog/har-12-spec/#request) format to import data and describe HTTP calls. |
8 | 8 |
|
9 | | -[![Build Status][travis-image]][travis-url] |
10 | | -[![Downloads][npm-downloads]][npm-url] |
| 9 | +_This is a fork of Kong's (previous Mashape's) [httpsnippet](https://github.com/Kong/httpsnippet/) library, which appears to no longer be maintained. This version is in active production use in [HTTP Toolkit](https://httptoolkit.tech)._ |
11 | 10 |
|
12 | 11 | ## Install |
13 | 12 |
|
14 | 13 | ```shell |
15 | 14 | # to use in cli |
16 | | -npm install --global httpsnippet |
| 15 | +npm install --global @httptoolkit/httpsnippet |
17 | 16 |
|
18 | 17 | # to use as a module |
19 | | -npm install --save httpsnippet |
| 18 | +npm install --save @httptoolkit/httpsnippet |
20 | 19 | ``` |
21 | 20 |
|
22 | 21 | ## Usage |
@@ -229,17 +228,3 @@ And constructed with the following guidelines: |
229 | 228 | - Bug fixes and misc changes **bumps only the patch** |
230 | 229 |
|
231 | 230 | For more information on SemVer, please visit <http://semver.org/>. |
232 | | - |
233 | | -## License |
234 | | - |
235 | | -[MIT](LICENSE) © [Kong](https://konghq.com) |
236 | | - |
237 | | -[license-url]: https://github.com/Kong/httpsnippet/blob/master/LICENSE |
238 | | - |
239 | | -[travis-url]: https://travis-ci.org/Kong/httpsnippet |
240 | | -[travis-image]: https://api.travis-ci.org/Kong/httpsnippet.svg?branch=master |
241 | | - |
242 | | -[npm-url]: https://www.npmjs.com/package/httpsnippet |
243 | | -[npm-license]: https://img.shields.io/npm/l/httpsnippet.svg?style=flat-square |
244 | | -[npm-version]: https://img.shields.io/npm/v/httpsnippet.svg?style=flat-square |
245 | | -[npm-downloads]: https://img.shields.io/npm/dm/httpsnippet.svg?style=flat-square |
0 commit comments