File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Report any issues at [https://github.com/DamienDennehy/Imgur.API/issues](https:/
13
13
* Fix for incorrect type on Topic model - Ephemeral is now boolean not string.
14
14
* Fix for GetCommentIdsAsync method on AlbumEndpoint - return type is now IEnumerable int not IEnumerable string.
15
15
* Fix for CreateComment methods on Comment and GalleryEndpoint - return type is now int not IComment.
16
+ * Fix for GetComment methods on Comment and GalleryEndpoint - commentId is now int not string.
16
17
17
18
## Quick Start
18
19
### Upload image anonymously
Original file line number Diff line number Diff line change 11
11
* Fix for incorrect type on Topic model - Ephemeral is now boolean not string.
12
12
* Fix for GetCommentIdsAsync method on AlbumEndpoint - return type is now IEnumerable int not IEnumerable string.
13
13
* Fix for CreateComment methods on Comment and GalleryEndpoint - return type is now int not IComment.
14
+ * Fix for GetComment methods on Comment and GalleryEndpoint - commentId is now int not string.
14
15
15
16
## Version 3.5.0 (2015-12-29)
16
17
* Added MemeGen endpoint.
You can’t perform that action at this time.
0 commit comments