Skip to content

Releases: kirchnerdev/APY

v2.3.0

20 Jan 01:11

Choose a tag to compare

APY v2.3.0

APY now has more routes!

Additions

Credits to @Miduwu (Moonlight Group project) 🌙

Join us in discord!

v2.2.2

06 Jan 21:41

Choose a tag to compare

APY v2.2.2

Changes

  • Fixed GET /json/binary (binary.py)
    Added an exception handler.
  • Fixed GET /image/rankcard (rankcard.py)
    Now xp and total query parameters are required, also a conditional was added to prevent bugs.

Credits to @Miduwu (Moonlight Group project) 🌙

Join us in discord!

v2.1.0

09 Oct 00:31

Choose a tag to compare

APY v2.1.0

APY is now in production mode uvicorn -> hypercorn

Additions

Changes

  • Changed GET / (internal.py)
    Now it points to the launcher instead of GET /launcher

Deletions

  • Deleted GET /launcher (internal.py)
    To access it, go to GET /

Credits to @Miduwu (Moonlight Group project) 🌙

Join us in discord!

v2.0.0

18 Sep 23:43
3998b29

Choose a tag to compare

APY v2.0.0

APY is now an open source 50% faster API

Additions

Changes

  • Changed /json/translate (translate.py)
    Renamed from query parameter to source, renamed to query parameter to target
  • Changed /image/color (color.py)
    Renamed show_code query parameter to showCode, deleted font_color query parameter
  • Changed /image/gay (rainbow.py)
    Renamed route to /image/rainbow
  • Changed /image/rankcard (rankcard.py)
    Renamed exp query parameter to xp, renamed background_blur query parameter to blur, renamed blur_color query parameter to color, deleted font_color query parameter
  • Changed /image/ship (ship.py)
    Added blur query parameter, renamed type query parameter to style with allowed values as: normal, fire and broken
  • Changed /image/walletcard (walletcard.py)
    Added blur query parameter
  • Changed /image/welcomecard (welcomecard.py)
    Added blur query parameter, deleted username query parameter

Deletions

  • Removed /json/binary (binary.py)
    Possible addition in the future
  • Removed /image/brain (brain.py)
    Possible addition in the future
  • Removed /image/discordfriend (discordfriend.py)
    Permanent deletion
  • Removed /image/instagramcard (instagramcard.py)
    Possible addition in the future
  • Removed /image/kowalski (kowalski.py)
    Addition in the future
  • Removed /image/overlay (overlay.py)
    Possible addition in the future
  • Removed /image/twitter (tweet.py)
    Addition in the future

Credits to @Miduwu (Moonlight Group project) 🌙

Join us in discord!