7digital / SevenDigital.Api.Wrapper

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

The IApiEndpoint interface appeared to be unused #171

Closed AnthonySteele closed 10 years ago

AnthonySteele commented 10 years ago

except as base for IFluentApi It had one property "EndpointUrl" which I moved.

gregsochanik commented 10 years ago

Interesting, it looked like it may have been an attempt to start to split up the FluentApi request data and requesting functionality

AnthonySteele commented 10 years ago

Maybe it was, but we've gone a different route with that...