Skip to content

Introduce `ProfileUrl` to normalise URLs

Jamie Tanna requested to merge feature/normalise-profile-url into develop

Introduce a new domain object, ProfileUrl, which can be used to map the me / profileUrl Strings in a strongly-typed form

This also introduces an of method to ease creation, and adding trailing slashes, which is required by IndieAuth, and is expected in some of my resource servers.

Closes #294 (closed).

Edited by Jamie Tanna

Merge request reports