-
Notifications
You must be signed in to change notification settings - Fork 186
Closed
Labels
dontstaleMark issues not to be removed by stalebotMark issues not to be removed by stalebotenhancementAdded to issues that describes enhancementsAdded to issues that describes enhancements
Description
Is your feature request related to a problem? Please describe.
I have a RequestInterceptor that counts API calls per user session, but calling BoxItem.getSharedItem() does not apply the interceptor because it creates its own SharedLinkAPIConnection and does not use the interceptor in the supplied BoxAPIConnection.
Describe the solution you'd like
Either:
BoxItem.getSharedItem()should copy theRequestInterceptorfrom the suppliedBoxAPIConnection, or- A new overloaded function which takes a
RequestInterceptoras an additional parameter should be provided.
Describe alternatives you've considered
Currently I have created my own version of getSharedItem() which copies the RequestInterceptor from the supplied API connection.
Metadata
Metadata
Labels
dontstaleMark issues not to be removed by stalebotMark issues not to be removed by stalebotenhancementAdded to issues that describes enhancementsAdded to issues that describes enhancements