ruby-rdf / rdf-ldp

A suite of LDP software and middleware for RDF.rb & Rack
The Unlicense
13 stars 2 forks source link

Support HTTP PATCH with LDPatch format #12

Closed no-reply closed 9 years ago

no-reply commented 9 years ago

At #10, we expressed some interest in supporting LDPatch as a format for HTTP PATCH. Any work on this is dependent on an implementation somewhere upstream in RDF.rb.

no-reply commented 9 years ago

An implementation is here: https://github.com/ruby-rdf/rdf-ldp/compare/feature/ld-patch

It depends on a stable release of https://github.com/gkellogg/ld-patch, but otherwise is ready to merge (perhaps with light refactoring).

gkellogg commented 9 years ago

Released version 0.1.0 of the ld-patch gem, which passes all (but two intentionally) tests from the LD Patch test suite.