Conversation
This commit introduces several changes across the binaries and the core API model. The `FtAchievement` model fields are now wrapped in `Option` to handle cases where the API might not return all data, making the deserialization more robust. Binary updates: - `get_user_ext`: Added as a new binary target and updated to output JSON instead of CSV. - `campus_users`: Enabled dynamic user fetching. - `evaluation`: Refactored to remove hardcoded user IDs and commented out scale team processing. - `location_stat`: Re-enabled the binary. - Minor refactoring in binaries to use dereferencing instead of cloning for `FtUserId`. BREAKING CHANGE: The fields of `libft_api::models::achievement::FtAchievement` are no longer guaranteed to be present. Consumers of this struct must now handle `Option` values.
This commit introduces the `libft-api-v3` crate, a new Rust client for the "Intra v3 - Freeze" API. The client library is generated using the OpenAPI specification and includes all necessary models and API endpoint definitions to interact with the service. This provides a typed, safe way to manage freezes, campuses, and users programmatically.
This commit introduces a new Rust client for the Intra v3 Pace System API. The client is generated via OpenAPI and is located in the `libft-api-v3-pace` crate. To improve clarity and distinction between API clients, the existing `libft-api-v3` crate, which handles freeze management, has been renamed to `libft-api-v3-freeze`. The workspace `Cargo.toml` and `Cargo.lock` files have been updated accordingly to incorporate these changes. BREAKING CHANGE: The `libft-api-v3` crate has been renamed to `libft-api-v3-freeze`. Consumers of this crate will need to update their dependencies.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.