MarshalX / atproto

The AT Protocol (🦋 Bluesky) SDK for Python 🐍
https://atproto.blue
MIT License
278 stars 30 forks source link

Integrate syntax sugar for repo operations upon records #266

Closed MarshalX closed 7 months ago

MarshalX commented 7 months ago

i dont like it so bad how it works with response models...

MarshalX commented 7 months ago

why not place these models directly right after the record model itself?

instead of async_ns.PostRecord.CreateRecordResponse we will have typical models import as we had before: models.AppBskyFeedPost.CreateRecordResponse. and the record itself is models.AppBskyFeedPost.Record