A set of utilities for working with the AT Protocol in Elixir.

fix: move lib files to `lib/atex`

ovyerus.com 90e12b57 28146d78

verified
+11 -1
CHANGELOG.md
··· 6 6 and this project adheres to 7 7 [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 8 8 9 + ## [Unreleased] 10 + 11 + ### Changed 12 + 13 + - `Atex.XRPC.Adapter` renamed to `Atex.HTTP.Adapter`. 14 + 15 + ### Added 16 + 17 + - `Atex.HTTP` module that delegates to the currently configured adapter. 18 + 9 19 ## [0.2.0] - 2025-06-09 10 20 11 - ## Added 21 + ### Added 12 22 13 23 - `Atex.TID` module for manipulating ATProto TIDs. 14 24 - `Atex.Base32Sortable` module for encoding/decoding numbers as
lib/aturi.ex lib/atex/aturi.ex
lib/base32_sortable.ex lib/atex/base32_sortable.ex
lib/http.ex lib/atex/http.ex
lib/http/adapter.ex lib/atex/http/adapter.ex
lib/http/adapter/req.ex lib/atex/http/adapter/req.ex
lib/tid.ex lib/atex/tid.ex
lib/xrpc.ex lib/atex/xrpc.ex
lib/xrpc/client.ex lib/atex/xrpc/client.ex