Mock your datas for Okhttp and Retrofit in json format in just a few moves
In every client project that is connected to a remote REST server, the process of preparing and testing request/responses may take a lot of time.
This simple library helps you mock your data for using with okhttp+retrofit in json format in just a few moves. it routes the requests to local json files and returns the data stored in them.
you can find the library and all the instructions in my github repo : OkhttpJsonMock