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
···
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
## [Unreleased]
+
+
### Changed
+
+
- `Atex.XRPC.Adapter` renamed to `Atex.HTTP.Adapter`.
+
+
### Added
+
+
- `Atex.HTTP` module that delegates to the currently configured adapter.
+
## [0.2.0] - 2025-06-09
-
## Added
+
### Added
- `Atex.TID` module for manipulating ATProto TIDs.
- `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