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
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
Miguel Batres
5ac848f5
Implement root() method in all domain clients
5mo ago
Miguel Batres
1dd241db
Add root() method to extension traits
5mo ago
Miguel Batres
d86b7d91
Merge branch 'refs/heads/main' into dev
5mo ago
Miguel Batres
c5faf9e6
Update docs with public generator paths
v0.0.42
5mo ago
Miguel Batres
f7a087de
Use public paths when --public flag is set
5mo ago
Miguel Batres
338ca577
Add separate config paths for public client generators
5mo ago
Miguel Batres
a58e919a
Fix type hint in registration hint output
5mo ago
Miguel Batres
aa8b097e
Merge branch 'refs/heads/dev'
v0.0.41
5mo ago
Miguel Batres
eb3b605e
Document generator commands in README and extensions guide
5mo ago
Miguel Batres
f196c242
Register generator commands and add config paths
5mo ago
Miguel Batres
01d35c7e
Add make:atp-client and make:atp-request generator commands
5mo ago
Miguel Batres
dad4dbf1
Add extensions section to README with link to docs
5mo ago
Miguel Batres
522db511
Add comprehensive client extensions documentation
5mo ago
Miguel Batres
3930922e
Merge branch 'refs/heads/dev'
v0.0.40
5mo ago
Miguel Batres
28695d27
Change $atp property visibility from public to protected
5mo ago
Miguel Batres
52f0721f
Merge branch 'refs/heads/dev'
v0.0.39
5mo ago
Miguel Batres
d945f4a6
Add public repo client with getRecord, listRecords, and describeRepo
5mo ago
Miguel Batres
f712ccb2
Add domain extension support to all domain clients
5mo ago
Miguel Batres
12879c11
Add extensibility support to AtpClient and AtpPublicClient
5mo ago
Miguel Batres
2d259ed5
Add HasExtensions and HasDomainExtensions traits for client extensibility
5mo ago
Miguel Batres
7ae21401
Merge branch 'refs/heads/dev'
v0.0.38
5mo ago
Miguel Batres
95501688
Update Ozone clients to return typed responses
5mo ago
Miguel Batres
ac5e6d60
Update Chat clients to return typed responses
5mo ago
Miguel Batres
ae89116b
Update Atproto clients to return typed responses
5mo ago
Miguel Batres
e6a4acfa
Update Bsky Graph and Labeler clients to return typed responses
5mo ago
Miguel Batres
151713c2
Update Bsky Feed clients to return typed responses
5mo ago
Miguel Batres
80013a7b
Update Bsky Actor clients to return typed responses
5mo ago
Miguel Batres
398def46
Add response wrapper classes for typed API returns
5mo ago
Miguel Batres
08c2a8d0
Merge branch 'refs/heads/dev'
v0.0.37
5mo ago
Miguel Batres
21b99978
Consolidate and rename auth events to Session* naming convention
5mo ago
Miguel Batres
1230ecc3
Merge branch 'refs/heads/dev'
v0.0.36
5mo ago
Miguel Batres
bba9f5fa
Add LegacyUserAuthenticated event for app password login
5mo ago
Miguel Batres
cd807b07
Parse JWT expiry for legacy tokens instead of defaulting to 300s
5mo ago
Miguel Batres
ac18eb86
Merge branch 'refs/heads/dev'
v0.0.35
5mo ago
Miguel Batres
e4c425c0
Auto-throw AtpResponseException on failed API responses
5mo ago
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
Implement root() method in all domain clients
5ac848f5
Miguel Batres
5mo
Add root() method to extension traits
1dd241db
Miguel Batres
5mo
Merge branch 'refs/heads/main' into dev
d86b7d91
Miguel Batres
5mo
Update docs with public generator paths
v0.0.42
c5faf9e6
Miguel Batres
5mo
Use public paths when --public flag is set
f7a087de
Miguel Batres
5mo
Add separate config paths for public client generators
338ca577
Miguel Batres
5mo
Fix type hint in registration hint output
a58e919a
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.41
aa8b097e
Miguel Batres
5mo
Document generator commands in README and extensions guide
eb3b605e
Miguel Batres
5mo
Register generator commands and add config paths
f196c242
Miguel Batres
5mo
Add make:atp-client and make:atp-request generator commands
01d35c7e
Miguel Batres
5mo
Add extensions section to README with link to docs
dad4dbf1
Miguel Batres
5mo
Add comprehensive client extensions documentation
522db511
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.40
3930922e
Miguel Batres
5mo
Change $atp property visibility from public to protected
28695d27
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.39
52f0721f
Miguel Batres
5mo
Add public repo client with getRecord, listRecords, and describeRepo
d945f4a6
Miguel Batres
5mo
Add domain extension support to all domain clients
f712ccb2
Miguel Batres
5mo
Add extensibility support to AtpClient and AtpPublicClient
12879c11
Miguel Batres
5mo
Add HasExtensions and HasDomainExtensions traits for client extensibility
2d259ed5
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.38
7ae21401
Miguel Batres
5mo
Update Ozone clients to return typed responses
95501688
Miguel Batres
5mo
Update Chat clients to return typed responses
ac5e6d60
Miguel Batres
5mo
Update Atproto clients to return typed responses
ae89116b
Miguel Batres
5mo
Update Bsky Graph and Labeler clients to return typed responses
e6a4acfa
Miguel Batres
5mo
Update Bsky Feed clients to return typed responses
151713c2
Miguel Batres
5mo
Update Bsky Actor clients to return typed responses
80013a7b
Miguel Batres
5mo
Add response wrapper classes for typed API returns
398def46
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.37
08c2a8d0
Miguel Batres
5mo
Consolidate and rename auth events to Session* naming convention
21b99978
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.36
1230ecc3
Miguel Batres
5mo
Add LegacyUserAuthenticated event for app password login
bba9f5fa
Miguel Batres
5mo
Parse JWT expiry for legacy tokens instead of defaulting to 300s
cd807b07
Miguel Batres
5mo
Merge branch 'refs/heads/dev'
v0.0.35
ac18eb86
Miguel Batres
5mo
Auto-throw AtpResponseException on failed API responses
e4c425c0
Miguel Batres
5mo
next