Skip to content

Releases: icepick4/onepyece

v2.0.1!

14 Feb 11:11
b3ffc74
Compare
Choose a tag to compare

🛠 Onepyece v2.0.1 - URL Endpoint Fix 🔗

We're pleased to announce a new update for Onepyece: version 2.0.1. This release focuses on a minor fix to enhance the stability and performance of our URL endpoints.

What's Fixed?

  • URL Endpoint Issue: We've addressed a specific problem affecting the URL endpoints.

How Does This Affect You?

This update is essential for maintaining the integrity and performance of your applications. We recommend updating to version 2.0.1 to benefit from these improvements.

Update Now

Updating is straightforward – simply pull the latest version of Onepyece to apply these fixes. This release is compatible with all features introduced in version 2.0, including multilanguage support.

Thank you for your continued support of Onepyece. We're committed to delivering quality updates that enhance your experience and keep your applications running smoothly.

v2.0!

02 Feb 13:24
374776d
Compare
Choose a tag to compare

🌟 Onepyece v2.0 - Now with Multilanguage Support! 🌍

We're thrilled to announce the release of Onepyece version 2.0! Introducing multilanguage support.

What's New?

  • Multilanguage Support: You can now generate an API object with a language parameter, allowing you to fetch data in either French or English.

How to Use?

Simply specify the `lang` parameter when creating your API object. English is the default language if no parameter is set. Here's how you can use it:

import onepyece as op

# Fetch episodes in English
episodes = op.API('episodes', lang='en')

# Pour récupérer des épisodes en français
episodes_fr = op.API('episodes', lang='fr')

Available Languages

  • English (default)
  • French

v1.3.1!

12 Mar 11:33
Compare
Choose a tag to compare

Fixing missing endpoint

sword_by_destroy(int)

1 : is destroyed
0 : is not destroyed

v1.3.0!

09 Mar 11:29
Compare
Choose a tag to compare

In this new version I added all functions docstrings.

Noew every function is linked to the official API for more content and is detailed about params and return.

Official documentation : https://api-onepiece.com/documentation

I also linted the project with pylint, now on each new push the project is linted thank's to GitHub actions.

v1.2.2!

08 Feb 13:10
Compare
Choose a tag to compare

Fixing an issue in the api endpoint

arc_by_title

v1.2.1!

06 Feb 13:02
Compare
Choose a tag to compare

Fixing issue on edit_resource now you can't change the resource on no resource searches.

v1.2.0!

06 Feb 12:58
Compare
Choose a tag to compare

Documentation

  • Adding a french detailed documentation in the docs folder.
  • Adding a logo generated by the AI Midjourney.
  • Adding a social preview with the logo.

New possibilities with API object

  • Add a search on an endpoint only instance.
  • Modify the resource associated with the search.
  • Recursively create API object for nested dictionnary repsponse from the API (example : searching characters by fruit ID gives an API object for the fruit)

v1.1.0

29 Jan 02:11
Compare
Choose a tag to compare

Changing method for API Listing objects (multiple results query)
You will see soon new possibilites in documentation.

v1.0.1

28 Jan 17:54
Compare
Choose a tag to compare

This is a patch bringing all missing api calls and fix urls testing.

v1.0.0 !

28 Jan 01:37
Compare
Choose a tag to compare

First "official" version which contains most of the features for this API wrapper.
The package just get hosted on PyPi.