Skip to content

Commit

Permalink
Added encodeURIComponent to Glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangathright committed Feb 26, 2024
1 parent 0ddfdb2 commit ba5bd2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ The distributed nature of podcasting makes it complicated to link to a show/epis
* `podcastIndexEpisodeID`: An ID assigned by the Podcast Index to each episode in their directory.

### Other
* `base64url()`: A method of encoding strings using a [URL-safe variant of base64](https://datatracker.ietf.org/doc/html/rfc4648#section-5).
* `encodeURIComponent()`: A method of encoding strings by replacing special characters with [their UTF-8 encoding](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1).
* `slug`: In this context, a string with a malleable, arbitrary value. For some platforms, it can be discarded entirely.
* `uniquePlatformID` and `uniqueEpisodeID`: A platform-specific identifier that may only be obtained via API or not at all.
* `base64url()`: A [URL-safe variant of base64](https://datatracker.ietf.org/doc/html/rfc4648#section-5).

## Show Links
| Platform | Foreign Keys | URL Pattern |
Expand Down

0 comments on commit ba5bd2f

Please sign in to comment.