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

Write resourceTemplates to AWS Trellis via API #38

Closed ndushay closed 5 years ago

ndushay commented 5 years ago

ultimately, would like entire starter set of resourceTemplates in prod AWS sinopia server

obviously, start with a handful of templates to AWS dev.

Putting this here so it's handy: https://github.com/LD4P/sinopia_server/wiki/Draft-Notes-for-Sinopia-Server-API-Spec

ndushay commented 5 years ago
ndushay commented 5 years ago

On my laptop, spun up sinopia_server with docker-compose and was able to:

ndushay commented 5 years ago

Before Cognito hookup, we need dev AWS trellis to know about a few users for testing.

jmartin-sul commented 5 years ago

i think it'd be good to start using the sinopia_client SDK to do this. even if the method calls as they are don't do what we want, we'll need to figure out the needed swagger spec adjustments to get them to do what we want. and we already know how to use curl for this (though in a pinch, if resource templates on trellis would be helpful for unblocking other work, curl would be fine).