package
0.0.0-20240405104727-3fc460ca096e
Repository: https://github.com/brandedtech/sp-api-sdk.git
Documentation: pkg.go.dev
# Functions
This works much like BindStyledParameter, however it takes a query argument input array from the url package, since query arguments come through a different path than the styled arguments.
This function takes a string, and attempts to assign it to the destination interface via whatever type conversion is necessary.
This function binds a parameter as described in the Path Parameters section here to a Go object: https://swagger.io/docs/specification/serialization/.
No description provided by the author
Given an input value, such as a primitive type, array or object, turn it into a parameter based on style/explode definition.
No description provided by the author