cognitedata/cognite-sdk-dotnet

Protobuf support

dbrattli opened this issue · 0 comments

Definitions are available here: https://github.com/cognitedata/protobuf-files/tree/master/v1/timeseries

To send protobufs to CDF use: Content-Type': "application/protobuf"
To request protobufs from CDF use: Accept: "application/protobuf"

Perhaps create a separate fetch function for protobufs e.g. featchProtobuf and fetchJson.