Backtesting with Alpaca native api

Is there a backtest library where you use alpaca rest APIs instead of quantopian/zipline like code.
Basically you change your base url to a backtest api and run your code in a loop and iterate over dates.

Thanks