7digital / SevenDigital.Api.Wrapper

A fluent c# wrapper for the 7digital API
MIT License
16 stars 29 forks source link

Remove the RequestHandlerFactory #129

Closed AnthonySteele closed 10 years ago

AnthonySteele commented 10 years ago

Remove the RequestHandlerFactory class as we don't need multiple RequestHandler classes now RequestHandler.HandlesMethod() is also removed as it always returned true

RequestCoordinator is next as requests now just pass straight through it