Skip to content

Add required query-params as inputs #155

Description

@praneetloke

Related to #19.

Some APIs require query-params in their API requests. For an example, see Doppler's REST API. These required query-params should be added as required inputs to the resource or invoke func corresponding to the endpoint.

pulumi-provider-framework already considers required path-params and filters them out of the HTTP request bodies. Similarly, required query-params should be filtered out of request bodies by pulumi-provider-framework and instead, added as query-params to a request URL.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions