wordpress_client 8.5.1 copy "wordpress_client: ^8.5.1" to clipboard
wordpress_client: ^8.5.1 copied to clipboard

A library to interact with the Wordpress REST API. Supports most of the common endpoints and all of the CRUD operations on the endpoints.

8.5.0 #

  • ๐ŸŽ‰ Added support for initialize the client without a base url.
    • Use the WordpressClient.generic constructor to initialize the client without a base url.
    • Use the reconfigure method to set the base url after initializing the client.
    • Failure to set the base url will throw an exception when making requests.
  • ๐ŸŽ‰ Added isAuthenticated method to check if the current instance has a valid authentication.
    • Optionally, pass an instance of IAuthorization to check if the client is authenticated with the given authorization.
  • ๐Ÿ’ฅ Deprecated reconfigureClient method in favour of reconfigure method.

8.5.1 #

  • ๐Ÿฉน Fix dio sendTimeout exception

8.4.10 #

  • ๐Ÿฉน Fix bug on clearing middleware list

8.4.9 #

  • ๐Ÿ“ฆ Downgrade meta package to match flutter meta version

8.4.8 #

  • ๐Ÿฉน Bug fixes
  • ๐Ÿ’ฅ Deprecated WordpressClient.initialize(...) ctor and initialize() method
  • ๐ŸŽ‰ Added WordpressClient.fromDioInstance(...) constructor

8.4.7 #

  • ๐Ÿฉน Bug fixes
  • ๐Ÿ›  Fix validations for entered baseUrl; Supporting sites with custom REST Api paths

8.4.6 #

  • ๐Ÿฉน Bug fixes
  • ๐Ÿ›  Added validations for entered baseUrl
  • ๐Ÿ’ฅ Renamed executeGuarded to guardAsync and added guard method

8.4.5 #

  • ๐Ÿฉน Bug fixes

8.4.4 #

  • ๐Ÿฉน Bug fixes

8.4.3 #

  • ๐ŸŽ‰ New static method to check if a site is built using WordPress

8.4.2 #

  • ๐Ÿฉน Bug fixes
  • ๐ŸŽ‰ Added static methods to validate base URL and discover a website

8.4.1 #

  • ๐ŸŽ‰ Introduce ParallelWordpress class to generate and execute parallel requests
  • ๐Ÿ›  Bug fixes

8.4.0 #

  • ๐ŸŽ‰ Added support for Middlewares
  • ๐Ÿ’ฅ Removed dependency on synchronised package

8.3.10 #

  • ๐Ÿฉน Bug fixes

8.3.9 #

  • ๐Ÿฉน Bug fixes
  • ๐ŸŽ‰ Iterate over the raw response of the endpoint using [] operator

8.3.8 #

  • ๐Ÿ› Renamed retrive -> retrieve. Fix typo

8.3.7 #

  • ๐ŸŽ‰ Support for raw requests
  • ๐Ÿ›  Bug fixes

8.3.6 #

  • ๐Ÿฉน Bug fixes on enum parsing

8.3.5 #

  • ๐Ÿฉน Bug fixes on comment list request

8.3.4 #

  • ๐Ÿ› Media response model null exception when parsing if media details is empty

8.3.3 #

  • Packages downgrade
    • collection 1.18.0 -> 1.17.2

8.3.2 #

  • Packages downgrade
    • meta 1.11.0 -> 1.9.1

8.3.1 #

  • Packages downgrade
    • test 1.24.8 -> 1.24.5
  • Added avatar URLs model class for users response

8.3.0 #

  • ๐ŸŽ‰ Supports Application Password endpoint
  • Packages update

8.2.2 #

  • ๐Ÿ›  Bug fixes

8.2.1 #

  • ๐Ÿ›  Fixed exporting WordPressDiscovery class

8.2.0 #

  • ๐ŸŽ‰ Added support for Pages endpoint

8.1.0 #

  • ๐ŸŽ‰ Added ability to fetch and cache the discovery endpoint of WordPress REST API

8.0.11 #

  • โž• Added extra property to all request classes
  • โž• Added addAllIfNotNull(...) extension method

8.0.10 #

  • ๐Ÿ›  featured_media_src_url key now decodes as expected
  • โž• Added decodeByMultiKeys method

8.0.9 #

  • โž• Added App Password support

8.0.8 #

  • ๐Ÿ”ง Integrated new lint rules and code refactors

8.0.7 #

  • ๐Ÿ› Bug fixes
  • โž• Introduced RequestErrorType for failure responses
  • โž• Introduced mapGuarded(...) and executeGuarded(...) methods
  • ๐Ÿ”ง Usual refactors and improvements

8.0.6 #

  • ๐Ÿ“š Docs update

8.0.5 #

  • ๐Ÿฉน Bug fixes and improvements

8.0.4 #

  • ๐Ÿฉน Bug fixes and improvements

8.0.3 #

  • ๐Ÿ“ค Export response extensions

8.0.2 #

  • ๐Ÿ”ฝ Downgrade collection version

8.0.1 #

  • ๐Ÿ“š Docs update

8.0.0 #

  • ๐Ÿ’ฅ Several major updates and changes

7.0.0 #

  • ๐Ÿ’ฅ Major changes (Please check our documentation for more details)

6.3.1 #

  • ๐Ÿ” Implemented search endpoint

6.3.0 #

  • ๐Ÿš€ Major changes in the API

6.2.1-pre #

  • ๐Ÿงช Misc changes

6.2.0-pre #

  • ๐Ÿ”ง Refactoring, Request Synchronization, and Debug Mode

6.1.7-pre to 6.1.9-pre #

  • ๐Ÿ”ง Refactoring & Bug fixes

6.1.6-pre #

  • ๐Ÿ”— Support 3xx series responses (Cached Response)

6.1.5-pre #

  • โž• Added Post extension for Media and Author

6.1.3-pre & 6.1.4-pre #

  • ๐Ÿฉน Bug fixes

6.1.2-pre #

  • ๐Ÿ“Œ Version fix

6.1.1-pre #

  • ๐Ÿ—‘๏ธ Removed test package

6.1.0-pre #

  • ๐Ÿš€ Entire API changed
  • ๐ŸŒŠ Fluency maintained using Dart's cascading operator
  • โšก Performance and memory consumption improvements

5.4.3 #

  • ๐Ÿ“œ Total pages parsing fix

5.4.2 #

  • ๐Ÿ“ฆ Packages fix

5.4.1 #

  • ๐Ÿ”’ Null safety fix

5.4.0 #

  • ๐Ÿ“ฆ Packages update

5.3.1 #

  • ๐Ÿ“œ Response structure fix

5.3.0 #

  • ๐Ÿฉน Bug fix

5.2.9 #

  • ๐Ÿฉน Bug Fix

5.2.8 #

  • ๐Ÿ”„ Revert author meta & featured image removal

5.2.7 #

  • ๐Ÿฉน Bug fix

5.2.6 #

  • โš™๏ธ Experimental Request Caching system

5.2.5 #

  • ๐Ÿ”„ BREAKING CHANGE: Remove Author Meta & Featured Image URL Fields from Post response

5.2.4 #

  • ๐Ÿ—‘๏ธ Remove unused package

5.2.3 #

  • ๐Ÿ”„ BREAKING CHANGE: Request API Change

5.1.1 #

  • ๐Ÿ“ Formatting changes

5.1.0 #

  • ๐Ÿ”„ BREAKING CHANGE: Authorization API Change

5.0.4 #

  • ๐Ÿ”’ Fixed Authorization Bugs

4.0.0 #

  • ๐Ÿš€ Initial version, created by Stagehand
36
likes
0
points
753
downloads

Publisher

verified publisherarunprakashg.com

Weekly Downloads

A library to interact with the Wordpress REST API. Supports most of the common endpoints and all of the CRUD operations on the endpoints.

Repository (GitHub)
View/report issues

Topics

#wordpress #parallel #crud #rest

Documentation

Documentation

Funding

Consider supporting this project:

www.buymeacoffee.com

License

unknown (license)

Dependencies

collection, dio, http_parser, meta, path

More

Packages that depend on wordpress_client