Skip to content

Releases: dylansouthard/Letterboxd

v1.0.1 Bug Fix

06 Jun 12:35
Compare
Choose a tag to compare
v1.0.1 Bug Fix Pre-release
Pre-release

This is the initial release of this unofficial Swift wrapper for the Letterboxd API. This Swift package provides a convenient way to integrate your Swift applications with Letterboxd's services, offering functions for common API endpoints.

The features included in this release are:

Fixed a but where film ids weren't properly handled by the FilmParams struct

Please note that this wrapper does not provide full coverage of the Letterboxd API. The package currently supports all GET requests and the POST request for generating an authentication token available at the time of this writing. Additional endpoints will be added to this package as they become available from Letterboxd.

This version has been tested with basic functionality, and while not every possible parameter for every request has been extensively tested, it's ready for community use and feedback.

Your feedback, issues, and contributions are welcome! Please refer to the README for details on how to use this Swift package and feel free to raise any issues or submit a pull request. This project is licensed under the MIT License.

We hope you find this release useful and we're looking forward to your feedback and contributions!

Full Changelog: https://github.com/dylansouthard/Letterboxd/commits/1.0.0

Letterboxd Swift API Wrapper v1.0.0

06 Jun 11:39
Compare
Choose a tag to compare
Pre-release

This is the initial release of this unofficial Swift wrapper for the Letterboxd API. This Swift package provides a convenient way to integrate your Swift applications with Letterboxd's services, offering functions for common API endpoints.

The features included in this release are:

Authentication and Authorization
Fetching Data
Request Parameters
The primary usage scenarios addressed in this release include fetching film and member details and providing optional request parameters for filtering and sorting data from the Letterboxd API. The SDK handles token management, providing automatic refresh of expired tokens.

Please note that this wrapper does not provide full coverage of the Letterboxd API. The package currently supports all GET requests and the POST request for generating an authentication token available at the time of this writing. Additional endpoints will be added to this package as they become available from Letterboxd.

This version has been tested with basic functionality, and while not every possible parameter for every request has been extensively tested, it's ready for community use and feedback.

Your feedback, issues, and contributions are welcome! Please refer to the README for details on how to use this Swift package and feel free to raise any issues or submit a pull request. This project is licensed under the MIT License.

We hope you find this release useful and we're looking forward to your feedback and contributions!

Full Changelog: https://github.com/dylansouthard/Letterboxd/commits/1.0.0