https://github.com/jcmdsbr/test-polly-api
API for testing Polly library calls
https://github.com/jcmdsbr/test-polly-api
Last synced: about 2 months ago
JSON representation
API for testing Polly library calls
- Host: GitHub
- URL: https://github.com/jcmdsbr/test-polly-api
- Owner: jcmdsbr
- Created: 2022-02-24T18:53:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-24T19:06:33.000Z (about 3 years ago)
- Last Synced: 2025-01-27T07:30:03.207Z (4 months ago)
- Language: C#
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Test Polly API :sunglasses:
Project aimed at testing Polly library calls
## Give a Star! :star:
If you liked the project, please give a star ;)
## You need some of the fallowing tools :exclamation:
- .NET6
## Description :books:
The project is a minimal API in .net 6 and contains 3 paths:
[GET] -> "/sleep" : returns status code 200 of 5 seconds,
it is possible to customize by informing in the query string the parameter time "/sleep?time=10"[GET] -> "/fail" : returns status code 400
[GET] -> "/intermittent" : can return 200 or 400 randomly