-
Notifications
You must be signed in to change notification settings - Fork 9
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 a resource mapper like solid NSS #32
Comments
Why? What does this change about what solid-rest can do?
Again, why? |
Ah, maybe by "server slug creation with POST" you mean the ability to create filenames (prepend a number) when a resource already exists? If so, yes I think we need that. |
That's exactly what I meant.for POST. |
As for using a resource mapper function.
These case needs to be able not to break the file contentType relation, even when not reflected by the extension. |
I already run on some setup test questions on solid-file-client when the relation between resource and contentType is not reflected on ls:// or file:/// |
Moving the POST questions to its own issue; Marking the resource-mapper as enhancement. I think it is definitely needed but not as high a priority as other things given that it only applies to a very specific circumstance that isn't really specified (AFAIK) in the spec. |
This is a way to store in file and retrieve from file the
Resource
andcontentType
:We could also implement a server slug creation with POST when resource exists.
The text was updated successfully, but these errors were encountered: