Closed charjr closed 1 year ago
Adds RequestSpec Interface
Request now implements RequestSpec
Request and APISpec properties now private with getters to ensure Intefaces behave similarly
Adds OpenAPIRequest implementing RequestSpec
Adds ExtractsPathParameters Interface
Adds PathParameterExtractor implementing ExtractsPathParameters
Certain methods like getOperationId are currently unused and untested.
Request Builder not currently testing compatibility with alternate Requests implementing RequestSpec.
Done
Adds RequestSpec Interface
Request now implements RequestSpec
Request and APISpec properties now private with getters to ensure Intefaces behave similarly
Adds OpenAPIRequest implementing RequestSpec
Adds ExtractsPathParameters Interface
Adds PathParameterExtractor implementing ExtractsPathParameters
TODO:
Certain methods like getOperationId are currently unused and untested.
Request Builder not currently testing compatibility with alternate Requests implementing RequestSpec.