trakt / api-help

Trakt API docs at https://trakt.docs.apiary.io
186 stars 7 forks source link

Automated API client testing #73

Open devster31 opened 5 years ago

devster31 commented 5 years ago

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.

g-bhagat commented 5 years ago

gock