Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: (2024.02.02) Update API Endpoint Paths, Domain, and Datetime Handling #198

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Feb 1, 2024

  1. Fix: Update API Endpoint Paths, Domain, and Datetime Handling

    - Updated the domain string from ".party" to ".su".
    - Revised API endpoint paths in the source code from .../api/... to .../api/v1/... to align with changes in the API server's address.
    - Modified the `format_time_by_type` function for proper handling of ISO 8601 datetime strings, following adjustments to the API server.
    EcchiClone committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    77604a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb34648 View commit details
    Browse the repository at this point in the history
  3. Delete memo.txt

    EcchiClone committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d9a789f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b35106c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Fix: with @Tosh0kan / post increment value for API compatibility

    (Commit message and Description translated by GPT-4)
    
    This commit addresses feedback received from Tosh0kan regarding an issue encountered when integrating with a specific pull request. The problem was due to the post increment value being set to 25, which conflicted with the expected value of 50 for proper API functionality. By updating the values on lines 179 and 181 of `main.py` from 25 to 50, this commit resolves the issue and ensures smoother API interactions.
    
    **Changes made:**
    - Updated post increment value from 25 to 50 on lines 179 and 181 of `main.py`.
    
    **Acknowledgements:**
    - Special thanks to Tosh0kan for identifying the issue and suggesting the precise fix needed to enhance our project's compatibility and performance.
    EcchiClone committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    158f8fd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Adapt API update

    - Update favourite API url
    - Fix datetime parsing to fit the timestamp format in creators.json
    gy6221 authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    42d74ea View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Merge pull request #1 from gy6221/favourite-api-update

    Adapt API update
    EcchiClone authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3b532ff View commit details
    Browse the repository at this point in the history