Codebase rewritten to:
tangled.org/atpasser.poxiao-labs.work/atpasser
1# ATPasser!
2
3A simple library for the [Authenticated Transfer Protocol](https://atproto.com/specs/atp) (AT Protocol or atproto for short).
4
5The goal of this library only contains things [in the ATProto's document.](https://atproto.com/) There will be another library implements some ATProto endpoints when the ATPasser is almost done.
6
7---
8
9## Other ATProto libraries
10
11[There's an ATProto SDK already (and used by lots of projects) by MarshalX,](https://github.com/MarshalX/atproto) and why do this exists?
12
13The first reason is that I'm recovering the now-closed [Tietiequan](https://tangled.org/@dwn.dwnfonts.cc/bluesky-circle) app and found that some API has changed so I have to rewrite it via vanilla JS.
14
15The second reason is that I'm a newbie in ATProto, wanting to know how ATProto is, and how this can be represented in Python.
16
17The architecture will be small, only containing the data model and the client.
18
19---
20
21[Be a sponsor if you like!](https://afdian.com/a/DWNfonts)