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.
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-frameworkalready considers required path-params and filters them out of the HTTP request bodies. Similarly, required query-params should be filtered out of request bodies bypulumi-provider-frameworkand instead, added as query-params to a request URL.