https://github.com/digiaonline/api-recorder
Recorder and player for HTTP requests in Kotlin
https://github.com/digiaonline/api-recorder
api http player recorder request
Last synced: 22 days ago
JSON representation
Recorder and player for HTTP requests in Kotlin
- Host: GitHub
- URL: https://github.com/digiaonline/api-recorder
- Owner: digiaonline
- Created: 2020-01-29T09:12:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T12:13:56.000Z (over 4 years ago)
- Last Synced: 2025-04-04T21:02:19.277Z (10 months ago)
- Topics: api, http, player, recorder, request
- Language: Kotlin
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This recorder can record a data source periodically and then replay the
recordings. It can be used for testing purposes when developing apps based on
data feeds whose content change regularly, like news or sports apps. See the
wiki page for instructions.
The typical usage is to:
- record a set of urls
- prepare a test version of the app, replacing the url of the server by the url of the player in the recorder. Alternatively you can use a proxy to redirect the traffic.
- use the player controls and see the result on the test app