NZSmartie / OICNet

A .Net Standard lirbary for OpenConenctivity's OIC Spec
Apache License 2.0
3 stars 1 forks source link

Create a client class for performing all CRUDN operations #7

Open NZSmartie opened 7 years ago

NZSmartie commented 7 years ago

This task is bottlenecked until I can get a virtual environment set up (hopefully through #5 and #6) in Windows for easy testing

Operations that need to be supported

This class already supports automatic deserialisation to OIC resources based on the resource's rt property (related #1)

NZSmartie commented 7 years ago

Currently I have a IOicResource which all resources implement. It's decorated with JSON attributes to correctly (de)serialise JSON objects.

Looks like a Resource Repository using the Repository Pattern is the way to go,