This plugin for Insomnia provides a ULID (Universally Unique Lexicographically Sortable Identifier) generator, enabling users to generate ULIDs for use in API testing and development within the Insomnia REST Client.
Refer to the ULID spec for a more detailed ULID specification.
To install the plugin:
- Open Insomnia.
- Navigate to "Preferences" > "Plugins".
- Enter
insomnia-plugin-ulid-generator
in the plugin name field. - Click "Install Plugin".
After installing the plugin:
- Create or open an existing request in Insomnia.
- In the request editor, add the
ULID
tag where needed (e.g., in the URL, query parameters, headers, or request body). - The
ULID
tag will automatically be replaced with a generated ULID upon sending the request.
This Insomnia plugin is distributed under the Apache License. See LICENSE for details.