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
4
module DIDKit
5
class ServiceRecord
0
0
0
6
attr_reader :key, :type, :endpoint
7
8
def initialize(key, type, endpoint)
···
3
4
module DIDKit
5
class ServiceRecord
6
+
class FormatError < StandardError
7
+
end
8
+
9
attr_reader :key, :type, :endpoint
10
11
def initialize(key, type, endpoint)