Hey everyone,
I've started a project to store resource fork data in a database with a web/api frontend.
I will be using this for personal projects, but I'm wondering if there are others who might find this useful.
The frontend is currently hosted at http://resourceforks.herokuapp.com/ and an alpha build has been deployed there.
At the moment usage is limited to GET and POST requests for these resources:
index: http://resourceforks.herokuapp.com/resource_forks.json
show: http://resourceforks.herokuapp.com/resource_forks/:id.json
index: http://resourceforks.herokuapp.com/resource_types.json
show: http://resourceforks.herokuapp.com/resource_types/:id.json
index: http://resourceforks.herokuapp.com/resources.json
show: http://resourceforks.herokuapp.com/resources/:id.json
I still haven't tweaked the JSON responses, so there's a lot of data in them that will be removed.
I have also started building human readable views for the data, as everything is currently base64 encoded to maintain the encodings.
Anyway, let me know if any of this interests someone.
Thanks
