-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Resource PHP Service #129
Comments
Updatehttps://github.com/DiegoPino/islandora/tree/example-service Depends on some minor fixes on Chullo at Basic (Manual testing)
$app['fedora'] = $app->share(function() {
return Chullo::create('http://localhost:8080/rest');
});
$app['triplestore'] = $app->share(function() {
return TriplestoreClient::create('http://localhost:9999/bigdata/sparql');
});
Also accepts this query arguments: Note: if you don't have a CLAW vagrant environment working you can use(only testing)
|
tagging @daniel-dgi |
Resolved with 1742149 |
This is a stub ticket for implementing the Resource PHP Service. We'll flesh it out more.
The text was updated successfully, but these errors were encountered: