You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add request URL parameter to WpAppNotifier trait (#873)
Enhance the `requested_with_invalid_authentication` method in the
WpAppNotifier trait to include the request URL, providing better
context for authentication failures.
Changes:
- Update WpAppNotifier trait method to accept request URL parameter
- Modify generated request executor code to capture and pass URL
- Update all Rust implementations across test and CLI modules
- Update Kotlin EmptyAppNotifier implementation
- Update Swift EmptyAppNotifier and MockAppNotifier implementations
- Add NetworkRequestAccessor trait import to generated code
0 commit comments