An open API service indexing awesome lists of open source software.

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

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