LD4P / sinopia_server

[Deprecated - switching to MongoDB] Sinopia Back-end CRUD Service. LDP-inspired, HTTP Server taking JSON-LD resources & administrative metadata.
Apache License 2.0
1 stars 1 forks source link

Loading resource templates #86

Closed jgreben closed 5 years ago

jgreben commented 5 years ago

Adds support for functions and data that sinopia_editor needs for LD4P/sinopia_editor#418, including:

Loadable fixture data (resource templates) A custom LDPApi function that returns non-rdf resources (plain json)

TODO: npm-package this up!

jgreben commented 5 years ago

@jermnelson @ndushay @mjgiarlo @jmartin-sul:

I removed the custom method from LDPApi. The scripts here are just a convenience for me to do my work on sinopia_editor. If they will be useful to any of you and you want to merge this, please feel free. If not, we can just leave up the branch until it is no longer useful to anyone. I am in no way married to the idea of using this beyond the basic data schlepping I needed to do to get my work done.

jgreben commented 5 years ago

This will be addressed by https://github.com/LD4P/sinopia_editor/pull/466