Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 212 Bytes

TODO.md

File metadata and controls

20 lines (15 loc) · 212 Bytes

To Do

  • Implement remove all mutation

Add client function removeAll.

Request:

// PATCH /articles/1/tags
;[
  {
    op: 'remove',
    path: '',
  },
]
  • Add usage docs
  • Add RSQL serializer