C# Class Imgur.API.RequestBuilders.GalleryRequestBuilder

Inheritance: RequestBuilderBase
Show file Open project: DamienDennehy/Imgur.API Class Usage Examples

Private Methods

Method Description
PublishToGalleryRequest ( string url, string title, string topicId = null, bool bypassTerms = null, bool mature = null ) : HttpRequestMessage
SearchGalleryAdvancedRequest ( string url, string qAll = null, string qAny = null, string qExactly = null, string qNot = null, ImageFileType fileType = null, ImageSize imageSize = null ) : string
SearchGalleryRequest ( string url, string query ) : string