Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Render data types of parameters for endpoint operations #129

Merged
merged 2 commits into from
Mar 6, 2020

Conversation

unandyala
Copy link
Collaborator

Sample of rendered code with parameter ttpes

productSearch(
        options?: {
          parameters?: {
            organizationId?: string
            siteId?: string
            q?: string
            refine?: Array<string>
            sort?: string
            currency?: string
            locale?: string
            offset?: number
            limit?: number
          },
          headers?: { [key: string]: string }
        }
      ): Promise<ProductSearchResultT>;

@unandyala unandyala requested a review from a team as a code owner March 6, 2020 15:21
@unandyala unandyala merged commit 7de8477 into master Mar 6, 2020
@wjhsf wjhsf deleted the unandyala/render-param-types branch March 9, 2022 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants