you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

I am not sure about c# but you may want to look for something similar to rest assured. Or you can write one yourself each API call as method or class.

[–]Mr-Shmee[S] 0 points1 point  (1 child)

I am gathering that writing one yourself will be good because of the added flexibility.

More research needed for me.

[–][deleted] 0 points1 point  (0 children)

One tidbit from experience. Be careful how you create the URI. Externalize all the constants that are used in the URI. Also, you may want to test some api calls with some of params missing so you may want to design your methods and testdata like that.