7digital / SevenDigital.Api.Wrapper

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

The great schema extraction #211

Closed AnthonySteele closed 9 years ago

AnthonySteele commented 9 years ago

This PR extracts all of the schema into a portable class lib and a separate nuget package here https://github.com/7digital/SevenDigital.Api.Schema https://www.nuget.org/packages/SevenDigital.Api.Schema/

This repo consumes schema from nuget, and since it's mostly about the attributes, should be fairly insensitive to schema version changes. The nuspec lists SevenDigital.Api.Schema as a dependency, so it will be installed with te wrapper's nuget package

AnthonySteele commented 9 years ago

By "insensitive to schema version changes" I mean

gregsochanik commented 9 years ago

Looks good to me!