-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Summary:
Provide ability to build short URLs that has multiple domains/prefixes
Use cases:
I develop a SAS project that we would like to incorporate this package into. However, Since we have multiple domains for different things we'd like to be able to specify which domain to use. For example, we want to send a short link for a specific feature set that is under one domain or subdomain but also want to provide shortlinks for another domain under the same sourecode and configuration setup. The current code base as it stands won't allow me to create these shortlinks easily without some string replacement which I would prefer to avoid.
Expectations:
-
Ability to specify multiple domains/prefixes in the config
- Be able to specify which domain/prefix item config to use while constructing the short URL
- Must be able to reuse the same identifier for the same shortened URL and be reuseable on all domin/prefixes
- Use default if none is specified
- Ability to add custom domain/prefixes on the fly
Thank you for this wonderful package and looking forward to your response on this enhancement.