C# (CSharp) gdapi Пространство имен

Классы

Имя Описание
ApiException Represents an exception returned from the API
BadRequestException Represents a BadRequest Exception returned from an API call.
Client Represents the Client which handles all communication to the API.
Collection Represents a Collection from the API. This class is usually automatically populated by ResourceConverter from the returned JSON string.
CollectionFilter Represents a filter to be used with a request for a Collection.
ConflictException Represents a Conflict Exception returned from an API call.
ForbiddenException Represents a Forbidden Exception returned from an API call.
InternalServerErrorException Represents an InternalServerError Exception returned from an API call.
ItemResource
MethodNotAllowedException Represents a MethodNotAllowed Exception returned from an API call.
NotAcceptableException Represents a NotAcceptable Exception returned from an API call.
NotFoundException Represents a request which is not found while attempting to access the API.
Resource Represents a Resource from the API. This class is usually automatically populated by ResourceConverter from the returned JSON string.
ResourceConverter Represents a JsonConverter which converts the returned JSON from the API to the correct Object.
SchemaResource
ServiceUnavailableException Represents a Service Unavailable Exception returned from an API call.
UnauthorizedException Represents an UnauthorizedException returned from an API call.
WebRequest Represents a WebRequest to the API