Add ability to make generic API requests to the .NET SDK
Currently, the Node and Python SDKs allow devs to make their own API calls with a generic "request" method. This is useful when a dev wants to use an endpoint that has not yet been added to the SDKs:
https://github.com/box/box-node-sdk/#helpers
https://github.com/box/box-python-sdk#other-requests
0
votes
![](https://secure.gravatar.com/avatar/9d60b1e86c5b3b65a64e20327a112d30?size=40&default=https%3A%2F%2Fassets.uvcdn.com%2Fpkg%2Fadmin%2Ficons%2Fuser_70-6bcf9e08938533adb9bac95c3e487cb2a6d4a32f890ca6fdc82e3072e0ea0368.png)
It is possible to make custom API calls with .Net SDK.
It is described here - https://github.com/box/box-windows-sdk-v2/blob/main/docs/custom-requests.md