Copyright © 2010 Arjan Scherpenisse
Authors: Arjan Scherpenisse (arjan@scherpenisse.net).
create_empty/2 | Create an empty, non-authoritative resource, with the given uri. |
create_empty/3 | |
import/2 | Import given resource. |
create_empty(Uri, Context) -> {ok, Id} | {error, Reason}
Create an empty, non-authoritative resource, with the given uri.
create_empty(Uri, Props, Context) -> any()
import(RscImport::rsc_export(), Context) -> {ok, Id} | {error, Reason}
Import given resource. resource must already exist and be non-authoritative. URIs must match.
Generated by EDoc, Feb 25 2011, 21:14:42.