tangled
alpha
login
or
join now
socialde.pt
/
atp-client
Laravel AT Protocol Client (alpha & unstable)
3
fork
atom
overview
issues
pulls
pipelines
commits
Author
Commit
Message
Date
Miguel Batres
22fc7c89
Merge branch 'refs/heads/dev'
v0.0.51
6w ago
Miguel Batres
565ddf2f
Allow BackedEnum for collection parameter in request clients
6w ago
Miguel Batres
d77f2908
Allow BackedEnum for collection parameter in ScopeChecker methods
6w ago
Miguel Batres
e41baa1c
Allow BackedEnum for collection parameter in Scope::repo()
6w ago
Miguel Batres
fbe0e58a
Merge branch 'refs/heads/dev'
v0.0.50
6w ago
Miguel Batres
3a3718ce
Use default service url for public client from config
6w ago
Miguel Batres
fc787a17
Merge branch 'refs/heads/main' into dev
6w ago
Miguel Batres
3f307900
Merge branch 'refs/heads/dev'
v0.0.49
6w ago
Miguel Batres
bd975d76
Wrap Ozone response arrays in Laravel Collections
6w ago
Miguel Batres
7939da75
Wrap Chat Convo response arrays in Laravel Collections
6w ago
Miguel Batres
5da3ecb7
Wrap ATProto Repo and Sync response arrays in Laravel Collections
6w ago
Miguel Batres
ef57964d
Wrap Bsky Labeler response arrays in Laravel Collections
6w ago
Miguel Batres
dc10f9ec
Wrap Bsky Actor response arrays in Laravel Collections
6w ago
Miguel Batres
05249b58
Wrap Bsky Graph response arrays in Laravel Collections
6w ago
Miguel Batres
3b460d61
Wrap Bsky Feed response arrays in Laravel Collections
6w ago
Miguel Batres
4f4a05fa
Wrap RecordCollection records in Laravel Collection
6w ago
Miguel Batres
83a22365
Merge branch 'refs/heads/main' into dev
6w ago
Miguel Batres
5deb73f7
Add Arrayable interface to StrongRef
v0.0.48
6w ago
Miguel Batres
70211e57
Merge branch 'refs/heads/dev'
v0.0.47
6w ago
Miguel Batres
4bf0587d
Implement Arrayable interface on Record and RecordCollection
6w ago
Miguel Batres
9ac159ee
Merge branch 'refs/heads/dev'
v0.0.46
6w ago
Miguel Batres
6f9050d3
Add Record and RecordCollection wrapper DTOs
6w ago
Miguel Batres
82a6b408
Merge branch 'refs/heads/dev'
v0.0.45
6w ago
Miguel Batres
96dd351e
Update Scope::repo to accept array of actions
6w ago
Miguel Batres
20d594c4
Merge branch 'refs/heads/dev'
v0.0.44
6w ago
Miguel Batres
d6053cc3
Add HasScopeHelpers trait to NSID enums
6w ago
Miguel Batres
87786c41
Use named arguments in public request clients
6w ago
Miguel Batres
abc94f75
Update request and record clients to use NSID enums
6w ago
Miguel Batres
c22d96c6
Add BackedEnum support to HTTP client methods
6w ago
Miguel Batres
3a9b135c
Add NSID enums for tools.ozone namespace
6w ago
Miguel Batres
bb9b9c9d
Add NSID enums for chat.bsky namespace
6w ago
Miguel Batres
0160ab9e
Add NSID enums for app.bsky namespace
6w ago
Miguel Batres
8dc25a03
Add NSID enums for com.atproto namespace
6w ago
Miguel Batres
b180bd1e
Merge branch 'refs/heads/dev'
v0.0.43
6w ago
Miguel Batres
52774533
Use root() instead of protected $atp property in request constructors
6w ago
Miguel Batres
5ac848f5
Implement root() method in all domain clients
6w ago
Miguel Batres
1dd241db
Add root() method to extension traits
6w ago
Miguel Batres
d86b7d91
Merge branch 'refs/heads/main' into dev
6w ago
Miguel Batres
c5faf9e6
Update docs with public generator paths
v0.0.42
6w ago
Miguel Batres
f7a087de
Use public paths when --public flag is set
6w ago
Miguel Batres
338ca577
Add separate config paths for public client generators
6w ago
Miguel Batres
a58e919a
Fix type hint in registration hint output
6w ago
Miguel Batres
aa8b097e
Merge branch 'refs/heads/dev'
v0.0.41
6w ago
Miguel Batres
eb3b605e
Document generator commands in README and extensions guide
6w ago
Miguel Batres
f196c242
Register generator commands and add config paths
6w ago
Miguel Batres
01d35c7e
Add make:atp-client and make:atp-request generator commands
6w ago
Miguel Batres
dad4dbf1
Add extensions section to README with link to docs
6w ago
Miguel Batres
522db511
Add comprehensive client extensions documentation
6w ago
Miguel Batres
3930922e
Merge branch 'refs/heads/dev'
v0.0.40
6w ago
Miguel Batres
28695d27
Change $atp property visibility from public to protected
6w ago
Miguel Batres
52f0721f
Merge branch 'refs/heads/dev'
v0.0.39
6w ago
Miguel Batres
d945f4a6
Add public repo client with getRecord, listRecords, and describeRepo
6w ago
Miguel Batres
f712ccb2
Add domain extension support to all domain clients
6w ago
Miguel Batres
12879c11
Add extensibility support to AtpClient and AtpPublicClient
6w ago
Miguel Batres
2d259ed5
Add HasExtensions and HasDomainExtensions traits for client extensibility
6w ago
Miguel Batres
7ae21401
Merge branch 'refs/heads/dev'
v0.0.38
6w ago
Miguel Batres
95501688
Update Ozone clients to return typed responses
6w ago
Miguel Batres
ac5e6d60
Update Chat clients to return typed responses
6w ago
Miguel Batres
ae89116b
Update Atproto clients to return typed responses
6w ago
Miguel Batres
e6a4acfa
Update Bsky Graph and Labeler clients to return typed responses
6w ago
Merge branch 'refs/heads/dev'
v0.0.51
22fc7c89
Miguel Batres
6w
Allow BackedEnum for collection parameter in request clients
565ddf2f
Miguel Batres
6w
Allow BackedEnum for collection parameter in ScopeChecker methods
d77f2908
Miguel Batres
6w
Allow BackedEnum for collection parameter in Scope::repo()
e41baa1c
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.50
fbe0e58a
Miguel Batres
6w
Use default service url for public client from config
3a3718ce
Miguel Batres
6w
Merge branch 'refs/heads/main' into dev
fc787a17
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.49
3f307900
Miguel Batres
6w
Wrap Ozone response arrays in Laravel Collections
bd975d76
Miguel Batres
6w
Wrap Chat Convo response arrays in Laravel Collections
7939da75
Miguel Batres
6w
Wrap ATProto Repo and Sync response arrays in Laravel Collections
5da3ecb7
Miguel Batres
6w
Wrap Bsky Labeler response arrays in Laravel Collections
ef57964d
Miguel Batres
6w
Wrap Bsky Actor response arrays in Laravel Collections
dc10f9ec
Miguel Batres
6w
Wrap Bsky Graph response arrays in Laravel Collections
05249b58
Miguel Batres
6w
Wrap Bsky Feed response arrays in Laravel Collections
3b460d61
Miguel Batres
6w
Wrap RecordCollection records in Laravel Collection
4f4a05fa
Miguel Batres
6w
Merge branch 'refs/heads/main' into dev
83a22365
Miguel Batres
6w
Add Arrayable interface to StrongRef
v0.0.48
5deb73f7
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.47
70211e57
Miguel Batres
6w
Implement Arrayable interface on Record and RecordCollection
4bf0587d
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.46
9ac159ee
Miguel Batres
6w
Add Record and RecordCollection wrapper DTOs
6f9050d3
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.45
82a6b408
Miguel Batres
6w
Update Scope::repo to accept array of actions
96dd351e
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.44
20d594c4
Miguel Batres
6w
Add HasScopeHelpers trait to NSID enums
d6053cc3
Miguel Batres
6w
Use named arguments in public request clients
87786c41
Miguel Batres
6w
Update request and record clients to use NSID enums
abc94f75
Miguel Batres
6w
Add BackedEnum support to HTTP client methods
c22d96c6
Miguel Batres
6w
Add NSID enums for tools.ozone namespace
3a9b135c
Miguel Batres
6w
Add NSID enums for chat.bsky namespace
bb9b9c9d
Miguel Batres
6w
Add NSID enums for app.bsky namespace
0160ab9e
Miguel Batres
6w
Add NSID enums for com.atproto namespace
8dc25a03
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.43
b180bd1e
Miguel Batres
6w
Use root() instead of protected $atp property in request constructors
52774533
Miguel Batres
6w
Implement root() method in all domain clients
5ac848f5
Miguel Batres
6w
Add root() method to extension traits
1dd241db
Miguel Batres
6w
Merge branch 'refs/heads/main' into dev
d86b7d91
Miguel Batres
6w
Update docs with public generator paths
v0.0.42
c5faf9e6
Miguel Batres
6w
Use public paths when --public flag is set
f7a087de
Miguel Batres
6w
Add separate config paths for public client generators
338ca577
Miguel Batres
6w
Fix type hint in registration hint output
a58e919a
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.41
aa8b097e
Miguel Batres
6w
Document generator commands in README and extensions guide
eb3b605e
Miguel Batres
6w
Register generator commands and add config paths
f196c242
Miguel Batres
6w
Add make:atp-client and make:atp-request generator commands
01d35c7e
Miguel Batres
6w
Add extensions section to README with link to docs
dad4dbf1
Miguel Batres
6w
Add comprehensive client extensions documentation
522db511
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.40
3930922e
Miguel Batres
6w
Change $atp property visibility from public to protected
28695d27
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.39
52f0721f
Miguel Batres
6w
Add public repo client with getRecord, listRecords, and describeRepo
d945f4a6
Miguel Batres
6w
Add domain extension support to all domain clients
f712ccb2
Miguel Batres
6w
Add extensibility support to AtpClient and AtpPublicClient
12879c11
Miguel Batres
6w
Add HasExtensions and HasDomainExtensions traits for client extensibility
2d259ed5
Miguel Batres
6w
Merge branch 'refs/heads/dev'
v0.0.38
7ae21401
Miguel Batres
6w
Update Ozone clients to return typed responses
95501688
Miguel Batres
6w
Update Chat clients to return typed responses
ac5e6d60
Miguel Batres
6w
Update Atproto clients to return typed responses
ae89116b
Miguel Batres
6w
Update Bsky Graph and Labeler clients to return typed responses
e6a4acfa
Miguel Batres
6w
next