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

Additional updates to become more compliant with the current API. #4

Merged
merged 6 commits into from
Apr 5, 2024

Commits on Jan 23, 2024

  1. Added a new QueryBuilder to streamline making requests to the API.

    Additional optimizations to increase the performance of making requests.
    Renamed Result to CbResult.
    New deserializer for f64 and u32.
    Ohkthx committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6a324d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ae7bb2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d3bbc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Restructured crate.

    Constants moved to their own file.
    Traits moved to their own file.
    Types moves to their own file.
    ConvertApi added, but untested.
    Additional optimizations for building queries.
    Ohkthx committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    eb58032 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    969d64f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. UNIXTIME endpoint added.

    Ohkthx committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2997db3 View commit details
    Browse the repository at this point in the history