basdijkstra / rest-assured-net

C# DSL for writing readable tests for HTTP-based APIs
Apache License 2.0
145 stars 19 forks source link

Add support for supplying query parameters in a RequestSpecification #112

Closed basdijkstra closed 10 months ago

basdijkstra commented 10 months ago

Right now, there's no method to add query parameters to a RequestSpecification, but this could be very useful for e.g. APIs that require you to specify the version to use as a query parameter in all requests.

basdijkstra commented 10 months ago

Added in https://github.com/basdijkstra/rest-assured-net/commit/e4a7834ee3ceea76ebfbe701bbc440ca4aaf14e5.