Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BSS-108] Enhance SDK usability with BskyFacade, helper functions, and improved type annotations #55

Merged
merged 5 commits into from
Jan 26, 2025

Conversation

shahmal1yev
Copy link
Owner

@shahmal1yev shahmal1yev commented Jan 26, 2025

  • feat: Add BskyFacade singleton class for simplified SDK interface
  • feat: Add helper function for BskyFacade instantiation
  • refactor: Update imagesEmbed method to use variadic Image parameters
  • docs: Add BskyFacade usage examples and update README
  • feat: Add PHPDoc annotations for methods in request and response classes

fixes #32

- Added `@method` annotations for `send()` in request classes (e.g., `GetProfile`, `GetTimeline`, etc.).
- Documented response methods in response classes (e.g., `profiles()`, `feed()`, `followers()`).
- Improved type hinting and IDE auto-completion support for request and response objects.
- Ensures better developer experience and maintainability across the SDK.
@shahmal1yev shahmal1yev self-assigned this Jan 26, 2025
@shahmal1yev shahmal1yev added the enhancement New feature or request label Jan 26, 2025
@shahmal1yev shahmal1yev merged commit 20d7c4d into 1.x Jan 26, 2025
5 checks passed
@shahmal1yev shahmal1yev deleted the bss-108 branch January 26, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Enhancement]: Enhance Traceability
1 participant