Language | Created | Last update | Stars | Forks |
---|---|---|---|---|
C# | 2014-07-01T14:39:55Z | 2014-09-03T10:10:15Z | 0 | 0 |
DotNetOpenSearchTumblr is a library targeting .NET 4.0 and above providing an easy way to perform opensearch requests on the Tumblr API
HttpRequest httpRequest = HttpContext.Current.Request;
OpenSearchEngine ose = MasterCatalogue.OpenSearchEngine;
Type type = OpenSearchFactory.ResolveTypeFromRequest(httpRequest, ose);
List<TumblrFeed> tumblrs = TumblrNews.LoadTumblrFeeds(context);
MultiGenericOpenSearchable multiOSE = new MultiGenericOpenSearchable(tumblrs.Cast<IOpenSearchable>().ToList(), ose);
result = ose.Query(multiOSE, httpRequest.QueryString, type);
DotNetOpenSearchTumblr is a single assembly designed to be easily deployed anywhere.
To compile it yourself, you’ll need:
To clone it locally click the "Clone in Desktop" button above or run the following git commands.
git clone git@github.com:Terradue/Terradue.OpenSearch.Tumblr.git Terradue.OpenSearch.Tumblr
Copyright (c) 2014 Terradue
Licensed under the GPL v3 License
Please file any bugs or questions as issues
Fork the repository here and send us pull requests.