MeltwaterArchive / datasift-dotnet

The official .NET API library for DataSift.
MIT License
12 stars 6 forks source link

Definition.getDpuBreakdown needed csdl, it would not work with a hash. #7

Closed richard-delorenzi closed 9 years ago

richard-delorenzi commented 11 years ago

The Definition.getDpuBreakdown method, incorrectly, assumed that it needed the csdl, to get the dpu breakdown. It does not it needs the hash, or csdl (as it can convert csdl to a hash). Added fix to broaden pre-requisites, to allow hash or csdl (not just csdl).

see https://jiradatasift.atlassian.net/browse/ALT-30

dugjason commented 9 years ago

Closing stale PR - Library has been totally rewritten since this PR was issued.