Skip to content

Commit 453a344

Browse files
committedJan 3, 2016
Updated docs
1 parent eeeef61 commit 453a344

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎docs/quick-start.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Report any issues at [https://github.com/DamienDennehy/Imgur.API/issues](https:/
1313
* Fix for incorrect type on Topic model - Ephemeral is now boolean not string.
1414
* Fix for GetCommentIdsAsync method on AlbumEndpoint - return type is now IEnumerable int not IEnumerable string.
1515
* 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.
1617

1718
## Quick Start
1819
### Upload image anonymously

‎docs/release-notes.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
* Fix for incorrect type on Topic model - Ephemeral is now boolean not string.
1212
* Fix for GetCommentIdsAsync method on AlbumEndpoint - return type is now IEnumerable int not IEnumerable string.
1313
* 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.
1415

1516
## Version 3.5.0 (2015-12-29)
1617
* Added MemeGen endpoint.

0 commit comments

Comments
 (0)
Please sign in to comment.