Skip to content

Commit

Permalink
feat: add apiClientConstructorName to default option values
Browse files Browse the repository at this point in the history
  • Loading branch information
CSantosM committed Feb 3, 2025
1 parent 8b13d3c commit c7368a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playground/src/components/OptionsForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const defaultOptionValues = {
baseUrl: "",
noWithAlias: false,
apiClientName: "api",
apiClientConstructorName: "createApiClient",
isMainResponseStatus: "status >= 200 && status < 300",
isErrorStatus: "!(status >= 200 && status < 300)",
isMediaTypeAllowed: "mediaType === 'application/json'",
Expand Down

0 comments on commit c7368a6

Please sign in to comment.