https://github.com/mondeja/http-request-codegen
Multilanguage HTTP requests code generator
https://github.com/mondeja/http-request-codegen
code-snippets documentation http metaprogramming requests
Last synced: 2 months ago
JSON representation
Multilanguage HTTP requests code generator
- Host: GitHub
- URL: https://github.com/mondeja/http-request-codegen
- Owner: mondeja
- License: bsd-3-clause
- Created: 2020-11-29T18:08:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T21:06:24.000Z (10 months ago)
- Last Synced: 2024-11-01T10:51:28.399Z (8 months ago)
- Topics: code-snippets, documentation, http, metaprogramming, requests
- Language: Python
- Homepage: https://mondeja.github.io/http-request-codegen/
- Size: 2.95 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
http-request-codegen
Documentation: en - es
**http-request-codegen** generates HTTP request code snippets for different
implementations. It's perfect if you want to include examples documenting APIs.
Supports the following features:- Request parameters values randomization using multiples strategies:
- Random values from iterables and callables.
- Random values from data types.
- Random values from [Faker providers](https://faker.readthedocs.io/en/master/providers.html).
- Randomization using seeds and localization.
- Request headers customization.
- Request optional arguments by implementation.
- Custom line wrapping.
- Custom indentation.
- Custom quotation characters.
- Rendering in one line.---
[![PyPI version][pypi-version-image]][pypi-link]
[![Test][test-image]][test-link]
[![Documentation][docs-image]][docs-link]
[![Coverage status][coverage-image]][coverage-link][pypi-version-image]: https://img.shields.io/pypi/v/http-request-codegen?label=version
[pypi-link]: https://pypi.org/project/http-request-codegen
[test-image]: https://img.shields.io/github/actions/workflow/status/mondeja/http-request-codegen/ci.yml?branch=master&label=tests&logo=github
[test-link]: https://github.com/mondeja/http-request-codegen/actions?query=workflow%3ACI
[docs-image]: https://img.shields.io/github/actions/workflow/status/mondeja/http-request-codegen/gh-pages.yml?branch=master&label=docs&logo=github
[docs-link]: https://mondeja.github.io/http-request-codegen/
[coverage-image]: https://img.shields.io/coveralls/github/mondeja/http-request-codegen?logo=coveralls
[coverage-link]: https://coveralls.io/github/mondeja/http-request-codegen