Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 2.51 KB

occi_request.md

File metadata and controls

93 lines (50 loc) · 2.51 KB

Module occi_request

An event based JSON parser.

Copyright (c) (C) 2014, Jean Parpaillon

This file is provided to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Authors: Jean Parpaillon (jean.parpaillon@free.fr).

Function Index

add_entity/2
add_mixin/2
get_action/1
get_collection/1
get_entities/1
get_mixins/1
new/0
set_action/2
set_collection/2

Function Details

add_entity/2

add_entity(Occi_request, Occi_resource) -> any()

add_mixin/2

add_mixin(Occi_request, Mixin) -> any()

get_action/1

get_action(Occi_request) -> any()

get_collection/1

get_collection(Occi_request) -> any()

get_entities/1

get_entities(Occi_request) -> any()

get_mixins/1

get_mixins(Occi_request) -> any()

new/0

new() -> any()

set_action/2

set_action(Occi_request, Action) -> any()

set_collection/2

set_collection(Occi_request, Occi_collection) -> any()