flarum-api-client

The API client for working with your Flarum forum.

MIT License

Downloads
9.6K
Stars
9
Committers
6

Bot releases are visible (Hide)

flarum-api-client - 1.5.2 Latest Release

Published by maicol07 7 months ago

flarum-api-client - 1.5.1

Published by maicol07 8 months ago

fix: Relations with same ID but different type get overridden

Full Changelog: https://github.com/maicol07/flarum-api-client/compare/1.5...1.5.1

flarum-api-client - 1.5

Published by maicol07 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/maicol07/flarum-api-client/compare/1.4...1.5

flarum-api-client - 1.4

Published by maicol07 about 2 years ago

This release supports Laravel 9 and fixes the "CSRF mismatch" issue on POST requests.

:heavy_plus_sign: Added

🐛 Fixed

New Contributors

  • @mbryne made their first contribution in #6

Full Changelog: https://github.com/maicol07/flarum-api-client/compare/1.3...1.4

flarum-api-client - 1.3

Published by maicol07 over 3 years ago

This release focuses on adding minor features and removing support for Laravel 6 & 7 and Guzzle 6, in order to follow Flarum decisions with beta16. This changelog is a little different from the previous ones (new format!)

:heavy_plus_sign: Added

:chart_with_upwards_trend: Improved

🗑️ Changed/Removed

flarum-api-client - 1.2.3 - Beta15 fix

Published by maicol07 over 3 years ago

🐛 Fixed

  • 🐛 Get user by username returning 404
flarum-api-client -

Published by maicol07 about 4 years ago

flarum-api-client - 1.2.1

Published by maicol07 about 4 years ago

:heavy_plus_sign: Added

  • Missing docs

🐛 Fixed

  • Exception Uncaught Typerror...
flarum-api-client - 1.2

Published by maicol07 about 4 years ago

:heavy_plus_sign: Added

  • ✨ Added request headers (see the header method)
flarum-api-client - Guzzle 6 support

Published by maicol07 about 4 years ago

This release adds support for Guzzle 6, adds a new test and fixes a bug with tests.

Changelog

:heavy_plus_sign: Added

  • Guzzle 6 support
    • ⚠️ Guzzle 6 will be supported during until its EOL
  • User test

🐛 Fixed

  • Tests error when composer packages has been updated
flarum-api-client - 1.1.1 - Fixed support for Laravel 6 & 7

Published by maicol07 about 4 years ago

This release fixes an issue.

Changelog

🐛 Fixed

  • Can't install on Laravel 6 & 7
    ⚠️ WARNING! If you use Laravel 6 you won't be able to run PHPUnit tests
    ⚠️ Laravel 6 & 7 will be supported until Laravel supports them with security fixes. Laravel Support Policy
flarum-api-client - 1.1

Published by maicol07 about 4 years ago

This release provides some new features and improvements

Changelog

Major changes are marked with ❗

:heavy_plus_sign: Added

  • ❗ Compatibility with Laravel 8
  • ❗ Filter method (you can filter request results based on some filters)
  • ❗ Token type (you can request a user token from the api client)
  • New api docs (https://maicol07.github.io/flarum-api-client)

✨ Improved

  • Better IDE support: now all the methods are documented and no more generate a warning in IDEs (such as PHPStorm)
  • Updated tests and added new ones for token and filter
flarum-api-client - 1.0 - Stable

Published by maicol07 about 4 years ago

⚠️ BREAKING CHANGE

  • Flarum class renamed to Client
flarum-api-client - 0.2 - Beta 1

Published by maicol07 about 4 years ago

Released on 4 Mar 2017

- Completely rewritten.
- Implemented Fluent building of REST queries.

flarum-api-client -

Published by maicol07 about 4 years ago

Released on 22 Jan 2016

- generic patch method
- patch method for changing user group added (issue flagrow#7)

flarum-api-client -

Published by maicol07 about 4 years ago

Released on 22 Jan 2016

- made the client more generic, added a load and create method that can handle any type

flarum-api-client - 0.1

Published by maicol07 about 4 years ago

Released on 22 Jan 2016

- basic guzzle implementation
- load discussion without authorization
- create tag with authorization (to assist in an issue asked on Gitter by @rodenastyle)

flarum-api-client - 0.2 - Beta 2

Published by maicol07 about 4 years ago

- Allowing easier retrieval on resource items.
- Fixed issue with keys on relationships.