Class providing methods for working with Make enums. Enums provide access to standardized lists of values like countries, regions, and timezones.
Create a new Enums instance.
Function for making API requests
Get list of all countries.
Promise with the list of countries
Get list of all regions/states.
Promise with the list of regions
Get list of all timezones.
Promise with the list of timezones
Class providing methods for working with Make enums. Enums provide access to standardized lists of values like countries, regions, and timezones.