DejanMilicic / BddDemo

The Unlicense
7 stars 4 forks source link

Introduce helper methods to send Auth and Anon requests #14

Open DejanMilicic opened 3 years ago

DejanMilicic commented 3 years ago

This should clean up act phase

HttpResponseMessage SendAnonGett(string Url)
HttpResponseMessage SendAnonPost(string Url, string JsonPayload, Claim[] claims = null)
....