1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Typo More... over 13 years ago
Use System.Runtime.Caching.MemoryCache for in-memory cache instead of dictionary
CaptainCodeman
as Simon Green
More... over 13 years ago
Change sample to use full .NET profile (instead of client profile) and AnyCPU solution platform
CaptainCodeman
as Simon Green
More... over 13 years ago
Parameter name consistency
CaptainCodeman
as Simon Green
More... over 13 years ago
Change cache interface so UrlRequest is passed in to allow requested Url to be stored Store original Url and CachedOn datetime in MongoDB and ADO cache implementations
CaptainCodeman
as Simon Green
More... over 13 years ago
Throw exception if embedly key is not specified and warn in sample app that key needs to be entered into configuration
CaptainCodeman
as Simon Green
More... over 13 years ago
Updates to readme More... over 13 years ago
Added MongoDB response cache implementation More... over 13 years ago
Remove null check for provider (unsupported provider instance returned instead) More... over 13 years ago
Response table create script for SQL Server 2008 (ADO.NET cache example) More... over 13 years ago
Implement caching of embedly response for individual Urls (experimental) More... over 13 years ago
Fix DataContractJsonSerializer strangeness where some properties were not being serialized More... over 13 years ago
Bump NuGet version number More... over 13 years ago
Turn off debug output in sample More... over 13 years ago
Filter results being displayed to ignore unsuccessful results More... over 13 years ago
Extension methods to filter results to specific types (or broader 'success / failure / error') More... over 13 years ago
Additional overloads to enable filtering without RequestOptions More... over 13 years ago
Code comments More... over 13 years ago
Always return a provider in the result Use null-object pattern to represent unsupported provider Remove 'SupportedOnly' from request options (provider filter can now be used instead) More... over 13 years ago
Update syntax used in readme More... over 13 years ago
Link to NuGet package
CaptainCodeman
as Simon Green
More... over 13 years ago
Simple build script and initial NuGet packaging
CaptainCodeman
as Simon Green
More... over 13 years ago
Add logo
CaptainCodeman
as Simon Green
More... over 13 years ago
gitignore file
CaptainCodeman
as Simon Green
More... over 13 years ago
Client implementation
CaptainCodeman
as Simon Green
More... over 13 years ago
Expose original request url and known-provider in result (null if unsupported)
CaptainCodeman
as Simon Green
More... over 13 years ago
Enable requests for 'unsupported' Urls (i.e. Urls that don't map to a known provider)
CaptainCodeman
as Simon Green
More... over 13 years ago
Enable 'force' option in request (to force embedly to reevaluate a Url)
CaptainCodeman
as Simon Green
More... over 13 years ago
Make singleton service internal and introduce Client class for communication with embedly which requires an embedly key and an optional timeout
CaptainCodeman
as Simon Green
More... over 13 years ago
Simplify namespace
CaptainCodeman
as Simon Green
More... over 13 years ago