Code Utilities
Choreos streamline processes for everyday programming tasks and can do far more than just access API methods directly. These Utility Choreos are brain-savers that simplify the common and time-consuming bits of app-building (like data conversions and formatting).
HTTP
This bundle includes functionality for generating GET, POST, PUT, and DELETE HTTP requests.
Email
Choreos in this bundle allow you to send or retrieve email messages from a specified email server.
Encoding
This bundle includes encoding functions, useful if you need to encode a value before passing it to another Library Choreo.
Data Conversions
In this bundle, you'll find several Choreos that can simplify numerous data conversions for you.
Authentication
The Authentication Utilities contain helper functions for OAuth 1.0 and OAuth 2.0.
Validation
In the Validation bundle, you'll find Choreos that can help validate things like email addresses, postal codes, XML, and more.
Hashing
This bundle includes useful hash functions such as: FIX44, MD5, MD5+BASE64, MD5+HEX, and HMAC-SHA1.
Finding
This bundle includes functionality for matching regular expression patterns.
Text
This bundle includes useful functions for obtaining GUIDs and text substitution.
Dates
This bundle includes functionality for generating and formatting dates.
JSON
This bundle includes functionality for parsing JSON.
XML
This bundle includes functionality for parsing and simplifying XML using XPath.
Numbers
This bundle includes functionality for generating a random number in a variety of ranges.
Formatting
This bundle is still in progress, but currently includes a simple function for removing unwanted white space in data.