Skip to content

Create a client class for performing all CRUDN operations #7

@NZSmartie

Description

@NZSmartie

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

  • Create (POST/PUT)
    • POST: An existing URI to a resource responsible for the creation
    • PUT: A new URI for the resource
  • Retreive (GET)
  • Update (POST)
  • Delete (DELETE)
  • Notify (OBSERVE)

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions