http-api-data icon indicating copy to clipboard operation
http-api-data copied to clipboard

ToHttpApiData instances for ToJSON instances

Open poscat0x04 opened this issue 5 years ago • 0 comments

It would be nice to add ToHttpApiData instances for ToJSON instances like so

instnace (ToJSON a) => ToHttpApiData a where
  toQueryParam = toStrict . encodeToLazyText

poscat0x04 avatar Apr 01 '20 04:04 poscat0x04