erpnext-api-client-0.1.0.1: Generic API client library for ERPNext
Safe HaskellSafe-Inferred
LanguageGHC2021

ERPNext.Client.Helper

Synopsis

Documentation

urlEncode :: Text -> Text Source #

Percent-encode string for use in a URL.

quote :: Text -> Text Source #

Double-quote string after dropping existing double quotes.

tshow :: Show a => a -> Text Source #

show but return Text.