Index
Methods
Methods
-
<static> getIdFromUrl(url) → {String}
-
Generate an unique id from url.
Parameters
Name Type Description url
String The url used to generate unique id
Returns
Unique id based on url params.
- Type
- String
-
<static> cleanFeedUrl(url) → {String}
-
Clean url before use it.
Parameters
Name Type Description url
String The url to clean
Returns
Cleaned url.
- Type
- String