Updated on 2023-12-25 GMT+08:00

Before You Start

If you have any questions during the development, post them on the Issues page of GitHub. For details about parameters and usage of each API, see the API Reference.

  • Ensure that you are familiar with OBS basic concepts, such as buckets, objects, and access keys (AKs/SKs).
  • You can see General Examples of ObsClient to learn how to call OBS .NET SDK APIs in a general manner.
  • After an API calling is complete using an instance of ObsClient, view whether an exception is thrown. If no, the return value is valid. If yes, the operation fails and you need to obtain the error information from an instance of SDK custom exceptions.
  • After an API is successfully called by an instance of ObsClient, an instance of SDK common response headers containing the response headers will be returned.