Copyright © 2014 Marc Worrell
Authors: Marc Worrell (marc@worrell.nl).
insert/2 | Insert a selected #media_import_props{}. |
insert/3 | |
update/3 | Update a resource with the selected #media_import_props(). |
url_import_props/2 | Find possible rsc/medium mappings for the url or fetched url metadata. |
url_inspect/2 | Inspect an url, return opaque metadata. |
insert(MI, Context) -> any()
Insert a selected #media_import_props{}
insert(Media_import_props, RscProps, Context) -> any()
update(RscId, Media_import_props, Context) -> any()
Update a resource with the selected #media_import_props()
url_import_props(Url_metadata::#url_metadata{} | string() | binary(), Context::#context{}) -> {ok, [#media_import_props{}]} | {error, term()}
Find possible rsc/medium mappings for the url or fetched url metadata
url_inspect(Url::string() | binary(), Context::#context{}) -> {ok, #url_metadata{}} | {error, term()}
Inspect an url, return opaque metadata.
Generated by EDoc