Hello,
I'd like to create a golang command line tool which uses the Trakt API as a hobby project.
Ideally I'd want to test it automatically.
I know Apiary offers dredd to test the API blueprint against the server, essentially making requests and checking the responses. I'm wondering if there is a similar way to test the client side; having a mock server locally would be a big help instead of mocking all methods.
Thank you.
Hello, I'd like to create a golang command line tool which uses the Trakt API as a hobby project. Ideally I'd want to test it automatically. I know Apiary offers
dredd
to test the API blueprint against the server, essentially making requests and checking the responses. I'm wondering if there is a similar way to test the client side; having a mock server locally would be a big help instead of mocking all methods. Thank you.