tangled
alpha
login
or
join now
socialde.pt
/
atp-client
star
3
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Laravel AT Protocol Client (alpha & unstable)
star
3
fork
atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
Miguel Batres
f755bc28
Add ImagesBuilder for fluent image embed construction
5mo ago
Miguel Batres
cfd0249e
Refactor TextBuilder to use BuildsRichText trait
5mo ago
Miguel Batres
a46c1773
Add BuildsRichText trait for fluent rich text building
5mo ago
Miguel Batres
6e435270
Clarify that scope attributes are documentation-only with future enforcement planned
5mo ago
Miguel Batres
ba6b560e
Update documentation for ScopedEndpoint attribute
5mo ago
Miguel Batres
f9c49c6c
Rename RequiresScope to ScopedEndpoint and fix public endpoint attributes
5mo ago
Miguel Batres
5011db4c
Add ScopedEndpoint and PublicEndpoint attributes
5mo ago
Miguel Batres
9839013e
Return type safe PostView DTO from get post endpoint
5mo ago
Miguel Batres
0016ac59
Add listReposByCollection to SyncRequestClient
5mo ago
Miguel Batres
84a64f26
Add scope documentation and update extensions docs
5mo ago
Miguel Batres
4851109d
Simplify generator commands for unified client
5mo ago
Miguel Batres
91efdd5b
Remove public client hierarchy
5mo ago
Miguel Batres
f9e68510
Add graph and labeler properties to BskyClient
5mo ago
Miguel Batres
93c24892
Add GraphRequestClient and LabelerRequestClient
5mo ago
Miguel Batres
55879614
Merge public client methods into main request clients
5mo ago
Miguel Batres
c1802c5f
Update service provider and facade to return unified AtpClient
5mo ago
Miguel Batres
677c368b
Update AtpClient constructor for dual-mode support
5mo ago
Miguel Batres
925cacfc
Add dual-mode HTTP support for public and authenticated requests
5mo ago
Miguel Batres
047e6113
Add Arrayable interface to Ozone response classes
5mo ago
Miguel Batres
a4c083d5
Add Arrayable interface to Chat Convo response classes
5mo ago
Miguel Batres
f57f60e4
Add Arrayable interface to Bsky Labeler response classes
5mo ago
Miguel Batres
c63f46bf
Add Arrayable interface to Bsky Graph response classes
5mo ago
Miguel Batres
257eb750
Add Arrayable interface to Bsky Feed response classes
5mo ago
Miguel Batres
e290bf1a
Add Arrayable interface to Bsky Actor response classes
5mo ago
Miguel Batres
af3d033d
Add Arrayable interface to Atproto Sync response classes
5mo ago
Miguel Batres
7bd27cf2
Add Arrayable interface to Atproto Server response classes
5mo ago
Miguel Batres
5ef333ad
Add Arrayable interface to Atproto Repo response classes
5mo ago
Miguel Batres
565ddf2f
Allow BackedEnum for collection parameter in request clients
5mo ago
Miguel Batres
d77f2908
Allow BackedEnum for collection parameter in ScopeChecker methods
5mo ago
Miguel Batres
e41baa1c
Allow BackedEnum for collection parameter in Scope::repo()
5mo ago
Miguel Batres
3a3718ce
Use default service url for public client from config
5mo ago
Miguel Batres
fc787a17
Merge branch 'refs/heads/main' into dev
5mo ago
Miguel Batres
3f307900
Merge branch 'refs/heads/dev'
v0.0.49
5mo ago
Miguel Batres
bd975d76
Wrap Ozone response arrays in Laravel Collections
5mo ago
Miguel Batres
7939da75
Wrap Chat Convo response arrays in Laravel Collections
5mo ago
Miguel Batres
5da3ecb7
Wrap ATProto Repo and Sync response arrays in Laravel Collections
5mo ago
Miguel Batres
ef57964d
Wrap Bsky Labeler response arrays in Laravel Collections
5mo ago
Miguel Batres
dc10f9ec
Wrap Bsky Actor response arrays in Laravel Collections
5mo ago
Miguel Batres
05249b58
Wrap Bsky Graph response arrays in Laravel Collections
5mo ago
Miguel Batres
3b460d61
Wrap Bsky Feed response arrays in Laravel Collections
5mo ago
Miguel Batres
4f4a05fa
Wrap RecordCollection records in Laravel Collection
5mo ago
Miguel Batres
83a22365
Merge branch 'refs/heads/main' into dev
5mo ago
Miguel Batres
5deb73f7
Add Arrayable interface to StrongRef
v0.0.48
5mo ago
Miguel Batres
70211e57
Merge branch 'refs/heads/dev'
v0.0.47
5mo ago
Miguel Batres
4bf0587d
Implement Arrayable interface on Record and RecordCollection
5mo ago
Miguel Batres
9ac159ee
Merge branch 'refs/heads/dev'
v0.0.46
5mo ago
Miguel Batres
6f9050d3
Add Record and RecordCollection wrapper DTOs
5mo ago
Miguel Batres
82a6b408
Merge branch 'refs/heads/dev'
v0.0.45
5mo ago
Miguel Batres
96dd351e
Update Scope::repo to accept array of actions
5mo ago
Miguel Batres
20d594c4
Merge branch 'refs/heads/dev'
v0.0.44
5mo ago
Miguel Batres
d6053cc3
Add HasScopeHelpers trait to NSID enums
5mo ago
Miguel Batres
87786c41
Use named arguments in public request clients
5mo ago
Miguel Batres
abc94f75
Update request and record clients to use NSID enums
5mo ago
Miguel Batres
c22d96c6
Add BackedEnum support to HTTP client methods
5mo ago
Miguel Batres
3a9b135c
Add NSID enums for tools.ozone namespace
5mo ago
Miguel Batres
bb9b9c9d
Add NSID enums for chat.bsky namespace
5mo ago
Miguel Batres
0160ab9e
Add NSID enums for app.bsky namespace
5mo ago
Miguel Batres
8dc25a03
Add NSID enums for com.atproto namespace
5mo ago
Miguel Batres
b180bd1e
Merge branch 'refs/heads/dev'
v0.0.43
5mo ago
Miguel Batres
52774533
Use root() instead of protected $atp property in request constructors
5mo ago
Add ImagesBuilder for fluent image embed construction
f755bc28
Miguel Batres
5mo
Refactor TextBuilder to use BuildsRichText trait
cfd0249e
Miguel Batres
5mo
Add BuildsRichText trait for fluent rich text building
a46c1773
Miguel Batres
5mo
Clarify that scope attributes are documentation-only with future enforcement planned
6e435270
Miguel Batres
5mo
Update documentation for ScopedEndpoint attribute
ba6b560e
Miguel Batres
5mo
Rename RequiresScope to ScopedEndpoint and fix public endpoint attributes
f9c49c6c
Miguel Batres
5mo
Add ScopedEndpoint and PublicEndpoint attributes
5011db4c
Miguel Batres
5mo
Return type safe PostView DTO from get post endpoint
9839013e
Miguel Batres
5mo
Add listReposByCollection to SyncRequestClient
0016ac59
Miguel Batres
5mo
Add scope documentation and update extensions docs
84a64f26
Miguel Batres
5mo
Simplify generator commands for unified client
4851109d
Miguel Batres
5mo
Remove public client hierarchy
91efdd5b
Miguel Batres
5mo
Add graph and labeler properties to BskyClient
f9e68510
Miguel Batres
5mo
Add GraphRequestClient and LabelerRequestClient
93c24892
Miguel Batres
5mo
Merge public client methods into main request clients
55879614
Miguel Batres
5mo
Update service provider and facade to return unified AtpClient
c1802c5f
Miguel Batres
5mo
Update AtpClient constructor for dual-mode support
677c368b
Miguel Batres
5mo
Add dual-mode HTTP support for public and authenticated requests
925cacfc
Miguel Batres
5mo
Add Arrayable interface to Ozone response classes
047e6113
Miguel Batres
5mo
Add Arrayable interface to Chat Convo response classes
a4c083d5
Miguel Batres
5mo
Add Arrayable interface to Bsky Labeler response classes
f57f60e4
Miguel Batres
5mo
Add Arrayable interface to Bsky Graph response classes
c63f46bf
Miguel Batres
5mo
Add Arrayable interface to Bsky Feed response classes
257eb750
Miguel Batres
5mo
Add Arrayable interface to Bsky Actor response classes
e290bf1a
Miguel Batres
5mo
Add Arrayable interface to Atproto Sync response classes
af3d033d
Miguel Batres
5mo
Add Arrayable interface to Atproto Server response classes
7bd27cf2
Miguel Batres
5mo
Add Arrayable interface to Atproto Repo response classes
5ef333ad
Miguel Batres
5mo
Allow BackedEnum for collection parameter in request clients
565ddf2f
Miguel Batres
5mo
Allow BackedEnum for collection parameter in ScopeChecker methods
d77f2908
Miguel Batres
5mo
Allow BackedEnum for collection parameter in Scope::repo()
e41baa1c
Miguel Batres
5mo
Use default service url for public client from config
3a3718ce
Miguel Batres
5mo
Merge branch 'refs/heads/main' into dev
fc787a17
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.49
3f307900
Miguel Batres
5mo
Wrap Ozone response arrays in Laravel Collections
bd975d76
Miguel Batres
5mo
Wrap Chat Convo response arrays in Laravel Collections
7939da75
Miguel Batres
5mo
Wrap ATProto Repo and Sync response arrays in Laravel Collections
5da3ecb7
Miguel Batres
5mo
Wrap Bsky Labeler response arrays in Laravel Collections
ef57964d
Miguel Batres
5mo
Wrap Bsky Actor response arrays in Laravel Collections
dc10f9ec
Miguel Batres
5mo
Wrap Bsky Graph response arrays in Laravel Collections
05249b58
Miguel Batres
5mo
Wrap Bsky Feed response arrays in Laravel Collections
3b460d61
Miguel Batres
5mo
Wrap RecordCollection records in Laravel Collection
4f4a05fa
Miguel Batres
5mo
Merge branch 'refs/heads/main' into dev
83a22365
Miguel Batres
5mo
Add Arrayable interface to StrongRef
v0.0.48
5deb73f7
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.47
70211e57
Miguel Batres
5mo
Implement Arrayable interface on Record and RecordCollection
4bf0587d
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.46
9ac159ee
Miguel Batres
5mo
Add Record and RecordCollection wrapper DTOs
6f9050d3
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.45
82a6b408
Miguel Batres
5mo
Update Scope::repo to accept array of actions
96dd351e
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.44
20d594c4
Miguel Batres
5mo
Add HasScopeHelpers trait to NSID enums
d6053cc3
Miguel Batres
5mo
Use named arguments in public request clients
87786c41
Miguel Batres
5mo
Update request and record clients to use NSID enums
abc94f75
Miguel Batres
5mo
Add BackedEnum support to HTTP client methods
c22d96c6
Miguel Batres
5mo
Add NSID enums for tools.ozone namespace
3a9b135c
Miguel Batres
5mo
Add NSID enums for chat.bsky namespace
bb9b9c9d
Miguel Batres
5mo
Add NSID enums for app.bsky namespace
0160ab9e
Miguel Batres
5mo
Add NSID enums for com.atproto namespace
8dc25a03
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.43
b180bd1e
Miguel Batres
5mo
Use root() instead of protected $atp property in request constructors
52774533
Miguel Batres
5mo
next