Skip to content

server-configuration-and-pagination#4

Merged
ZzAve merged 6 commits intomainfrom
server-configuration-and-pagination
Aug 8, 2025
Merged

server-configuration-and-pagination#4
ZzAve merged 6 commits intomainfrom
server-configuration-and-pagination

Conversation

@ZzAve
Copy link
Collaborator

@ZzAve ZzAve commented Aug 7, 2025

Main changes:

OpenApiPreProcessor.kt:

  • Added support for pagination on endpoints starting with "List_".
  • Included a new mapping for SandboxUserPersonCreate with ApiKey.
  • openapi.json: Updated schema for SandboxUserPersonCreate to include an api_key instead of id.

SDK-related Kotlin files:

  • Extracted base URL logic into a configurable BunqServer object for improved flexibility.
  • Unified session handling by implementing a method to retrieve a user ID depending on its type.
  • Minor refactoring and enhancements for cleaner, maintainable code.

@ZzAve ZzAve force-pushed the server-configuration-and-pagination branch from de611fd to 618f257 Compare August 7, 2025 21:24
ZzAve added 4 commits August 8, 2025 14:10
- Add support for pagination parameters in OpenAPI schema processing.
- Introduce dynamic base URL configuration for different environments.
- Update SandboxUserPersonCreate API to return an api_key instead of an Id.
- Adjust test cases to accommodate pagination parameters and dynamic base URL changes.
@ZzAve ZzAve force-pushed the server-configuration-and-pagination branch from dd9d182 to e37dad4 Compare August 8, 2025 12:12
@ZzAve ZzAve merged commit e95cd29 into main Aug 8, 2025
4 checks passed
@ZzAve ZzAve deleted the server-configuration-and-pagination branch September 21, 2025 16:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants