hello, I got a rest client which i built using Ret...
# general
k
hello, I got a rest client which i built using Retrofit2 on a java web app. The things is I don't have the endpoints so I created some fake data. Now, without the real endpoints to work with, the rest client seem useless. How can I used WireMock to test my rest client ? I am new in rest client. Tks.