Closed AnthonySteele closed 10 years ago
Should we remove IFluentApi.ClearParameters() ?
It looks like an invitation to use an IFluentApi instance for a second request. This is a pattern that we prefer to discourage - you should use a new instance for each request as mentioned in the "instancing " section here: https://github.com/7digital/SevenDigital.Api.Wrapper/blob/master/ReleaseNotes40.md
It is not used in the wrapper project itself. But because it's public, it could be in (ab)use.
Removed in 5.0.0
Should we remove IFluentApi.ClearParameters() ?
It looks like an invitation to use an IFluentApi instance for a second request. This is a pattern that we prefer to discourage - you should use a new instance for each request as mentioned in the "instancing " section here: https://github.com/7digital/SevenDigital.Api.Wrapper/blob/master/ReleaseNotes40.md
It is not used in the wrapper project itself. But because it's public, it could be in (ab)use.