swift-atproto
swift-atproto copied to clipboard
Swift package that provides a AT Protocol libraries.
Results
5
swift-atproto issues
Sort by
recently updated
recently updated
newest added
The ATProto documentation states that an `unknown` type in a lexicon has no type-specific fields and can be anything: > unknown[#](https://atproto.com/specs/lexicon#unknown) > > Indicates than any data could appear at...
Codable's default behaviour is to throw a DecodingError if it doesn't know how to decode something, which is fine if you are dealing with data that is always guaranteed be...