PinSharp icon indicating copy to clipboard operation
PinSharp copied to clipboard

Add XML Documentation

Open Krusen opened this issue 7 years ago • 0 comments

Models

  • [ ] Board/IBoard
  • [ ] Pin/IPin
  • [ ] User/IUser
  • [ ] RateLimits/IRateLimits
  • [ ] Counts/IBoardCounts/IPinCounts/IUserCounts
  • [ ] ImageInfo/IBoardImageList/IPinImageList/IUserImageList

Exceptions

  • [ ] PinSharpException
  • [ ] PinSharpAuthorizationException
  • [ ] PinSharpBadRequestException
  • [ ] PinSharpForbiddenException
  • [ ] PinSharpNotFoundException
  • [ ] PinSharpRateLimitExceededException
  • [ ] PinSharpServerErrorException
  • [ ] PinSharpTimeoutException

API

  • [ ] PinSharpClient
  • [x] PinSharpAuthClient
  • [ ] IBoardsApi
  • [ ] IMeApi
  • [ ] IPinsApi
  • [ ] IUsersApi
  • [ ] PagedResponse<T>
  • [ ] IHttpClient

Other

  • [ ] InterfaceConverter<T>

Krusen avatar Feb 08 '17 22:02 Krusen