Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NUTtech/Kesha
A web service with a user interface for testing http requests and web hooks. Allows you to create an http mock for http requests.
https://github.com/NUTtech/Kesha
hacktoberfest http mock postbin requests stub-server stubs testing webhook
Last synced: about 2 months ago
JSON representation
A web service with a user interface for testing http requests and web hooks. Allows you to create an http mock for http requests.
- Host: GitHub
- URL: https://github.com/NUTtech/Kesha
- Owner: NUTtech
- License: apache-2.0
- Created: 2021-05-22T10:42:06.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-06T05:04:53.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T17:10:14.065Z (5 months ago)
- Topics: hacktoberfest, http, mock, postbin, requests, stub-server, stubs, testing, webhook
- Language: Python
- Homepage: https://nuttech.github.io/Kesha/
- Size: 3.73 MB
- Stars: 15
- Watchers: 2
- Forks: 6
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-testing - Kesha - A web service with a user interface for testing http requests and web hooks. (Mock and Stub)
README
# Kesha
_Web-service for testing http requests and webhooks._Project info:
[![Docker Image Version (tag latest semver)](https://img.shields.io/docker/v/nextuptechnologies/kesha/latest)](https://registry.hub.docker.com/r/nextuptechnologies/kesha)
![Python Version](https://img.shields.io/static/v1?label=python&message=3.10&color=blue)
![License](https://img.shields.io/static/v1?label=license&message=Apache+2&color=blue)Build:
![autotests](https://github.com/NUTtech/Kesha/workflows/autotests/badge.svg)
![build](https://github.com/NUTtech/Kesha/workflows/build/badge.svg)Code quality:
[![CodeQL](https://github.com/NUTtech/Kesha/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/NUTtech/Kesha/actions/workflows/codeql-analysis.yml)
[![codecov](https://codecov.io/gh/NUTtech/Kesha/branch/develop/graph/badge.svg?token=788OM63owZ)](https://codecov.io/gh/NUTtech/Kesha)
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/NUTtech/Kesha.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/NUTtech/Kesha/context:python)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=NUTtech_Kesha&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=NUTtech_Kesha)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=NUTtech_Kesha&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=NUTtech_Kesha)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=NUTtech_Kesha&metric=security_rating)](https://sonarcloud.io/dashboard?id=NUTtech_Kesha)
## Links:
1. Repository: [https://github.com/NUTtech/Kesha](https://github.com/NUTtech/Kesha)
1. Documentation: [https://nuttech.github.io/Kesha/](https://nuttech.github.io/Kesha/)
1. Docker Hub: [https://registry.hub.docker.com/r/nextuptechnologies/kesha](https://registry.hub.docker.com/r/nextuptechnologies/kesha)
1. Issue tracker: [https://github.com/NUTtech/Kesha/issues](https://github.com/NUTtech/Kesha/issues)
1. Changelog: [https://github.com/NUTtech/Kesha/blob/master/CHANGELOG.md](https://github.com/NUTtech/Kesha/blob/master/CHANGELOG.md)## Components
1. Database postgres.
1. Database redis (for background celery-tasks).
1. Python-app based on Django Web Framework.## Contributing
We welcome all contributions!
See [CONTRIBUTING.md](CONTRIBUTING.md) if you want to contribute.
You can start with [issues that need some help](https://github.com/NUTtech/Kesha/issues)
right now.