-
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
Example ResourceService #131
Merged
Merged
Changes from 10 commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
015dd6c
Example transaction service.
daniel-dgi 9638bca
Merge remote-tracking branch 'labs/sprint-002' into example-service
daniel-dgi 00c2cf3
Updating PR to use static factory function for Chullo.
daniel-dgi d3d34c8
Using view handler to convert PSR-7 to Symfony responses. Using the …
daniel-dgi b7a5146
Work in progress for Resource Services
DiegoPino 92d04ca
uuid check + child resource for ResourceService
DiegoPino f6baff1
Adds metadata options to ResourceService get route
DiegoPino 86bd39b
POST resource creation working
DiegoPino 89a09cc
PUT resource route working
DiegoPino 2a0efc3
PATCH route added
DiegoPino 4b84572
Using app->share in TransactionService.
daniel-dgi d733150
Merge pull request #1 from daniel-dgi/example-service
DiegoPino 24513d7
Work In progress but better now
DiegoPino 0654a2b
legacy var removed
DiegoPino 2428860
Unified middleware under global controllers
DiegoPino File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"name": "islandora/resource-service", | ||
"description": "RESTful service providing resources in Fedora 4", | ||
"repositories": [ | ||
{ | ||
"type": "vcs", | ||
"url": "/Users/dpino/Desktop/Development/ISLANDORAWORK/CLAW_MICRO/chullo" | ||
} | ||
], | ||
"require": { | ||
"islandora/chullo": "dev-api", | ||
"silex/silex": "^1.3", | ||
"symfony/config": "^3.0", | ||
"twig/twig": "^1.23", | ||
"symfony/psr-http-message-bridge": "^0.2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": {"Islandora\\ResourceService\\": "src/"} | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Diego Pino Navarro", | ||
"email": "[email protected]" | ||
} | ||
] | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate of below comment: Should this be the main github repo and just make this PR rely on the Chullo PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
completely. Not needed anymore, since we have agreement on chullo. Will change this during the day. Thanks @whikloj