X-Git-Url: http://git.squeep.com/?p=squeep-indieauth-helper;a=blobdiff_plain;f=README.md;fp=README.md;h=e2df28d1b7e24391845b58cbd588c4661d2d226c;hp=985c6b0356de83f02310c9d4b613824d0e62cf7f;hb=cf9590ecbcd4b0a7c01f153cacade619518f84f0;hpb=cbc34a48ad25784a42673faa7c48067c4bfa10a2 diff --git a/README.md b/README.md index 985c6b0..e2df28d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ Notable methods on the Communication class: - `async fetchProfile(urlObject)` Retrieve profile information from an endpoint. +- `async validateClientIdentifier(url)` + Check that a url meets specification requirements to be a client identifier. + - `async fetchClientIdentifier(urlObject)` Retrieve client identifier information from an endpoint.