ExOpenSea.QueryEncoders.SingleKeyMultipleValueWwwForm (ex_open_sea v0.0.7)

Encode parameters with multiple values for the same key in the OpenSea accepted format.

e.g. https://docs.opensea.io/reference/getting-assets

  • token_ids: string An array of token IDs to search for (e.g. ?token_ids=1&token_ids=209). Will return a list of assets with token_id matching any of the IDs in this array.

Link to this section Summary

Link to this section Functions

@spec encode(Enum.t()) :: String.t()

Callback implementation for ExOpenSea.QueryEncoder.encode/1.