tangled
alpha
login
or
join now
mackuba.eu
/
didkit
1
fork
atom
A library for handling DID identifiers used in Bluesky AT Protocol
1
fork
atom
overview
issues
pulls
pipelines
added missing FormatError in ServiceRecord
mackuba.eu
2 years ago
107eefd1
fcb3f2cf
+3
1 changed file
expand all
collapse all
unified
split
lib
didkit
service_record.rb
+3
lib/didkit/service_record.rb
···
3
3
4
4
module DIDKit
5
5
class ServiceRecord
6
6
+
class FormatError < StandardError
7
7
+
end
8
8
+
6
9
attr_reader :key, :type, :endpoint
7
10
8
11
def initialize(key, type, endpoint)