Conversation
…y gem - Established directory structure and main module integration. - Added Configuration class for managing API keys, environment, and versioning. - Developed Client class for handling HTTP requests with Faraday, including authentication and error handling. - Implemented middleware for token refresh and idempotency. - Created utility functions for date formatting and key symbolization. - Added comprehensive error handling with custom exceptions. - Included webhook verification for secure event handling. - Configured Rubocop for code quality and style enforcement. - Documented initial setup and features in internal documentation.
- Updated authentication endpoint to use the correct API path. - Modified API URL constants in configuration to remove redundant versioning. - Enhanced error handling in the Airwallex error module to support additional response formats. - Added comprehensive RSpec tests for the Airwallex client, configuration, and error handling. - Implemented middleware for idempotency in requests. - Created utility methods for date formatting and key symbolization. - Developed webhook handling for signature verification and event construction. - Added endpoint testing script for manual verification of API functionality.
- Implement tests for APIResource, including initialization, dynamic attribute access, dirty tracking, and serialization methods. - Create tests for ListObject to ensure proper handling of paginated responses and enumerable methods. - Add tests for Beneficiary, PaymentIntent, and Transfer resources, covering creation, retrieval, listing, updating, and deletion functionalities. - Configure RSpec to set up Airwallex client with test credentials before each test. - Remove outdated test_endpoints.rb file as it is no longer needed.
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.