web_finger v0.2.5

A WebFinger (https://tools.ietf.org/html/rfc7033) client for Crystal.

web_finger

GitHub Release Build Status Documentation

A WebFinger client for Crystal.

Installation

  1. Add the dependency to your shard.yml:
dependencies:
  web_finger:
    github: toddsundsted/web_finger
  1. Run shards install

Usage

require "web_finger"

w = WebFinger.query("acct:toddsundsted@epiktistes.com") # => #<WebFinger::Result:0x108d...>
w.link("http://webfinger.net/rel/profile-page").href # => "https://epiktistes.com/@toddsundsted"

Contributors

Repository

web_finger

Owner
Statistic
  • 9
  • 0
  • 0
  • 1
  • 2
  • 10 days ago
  • April 8, 2019
License

MIT License

Links
Synced at

Thu, 02 May 2024 20:38:09 GMT

Languages