summaryrefslogtreecommitdiff
path: root/src-py/rhizi_api.py
AgeCommit message (Collapse)Author
2014-12-16moving files around after repository mergerAlon Levy
2014-12-14sanitize_input__attr_diff stubLV-426
2014-12-14rename from_dict -> from_json_dictLV-426
2014-12-14Attr_Diff: __type_node, __type_link separationLV-426
2014-12-10sanitize_input__linkLV-426
2014-12-10distinguish __src (obj) vs. __src_id (str)LV-426
2014-12-08rename diff_commit__X according to diff typeLV-426
2014-12-08sanitize_input__X(): pre-DB data insertion boundaryLV-426
2014-12-06/index: safe template var fillingLV-426
2014-12-06mv FlaskExtLV-426
2014-12-03pass username to index templateLV-426
2014-12-02REST /login,/logout pathsLV-426
2014-12-02applicative REST API init - provides logic<>web-framework decouplingLV-426
2014-12-02monitor__server_infoLV-426
2014-11-09deprecate /add/node-setLV-426
2014-11-09mv to __src,__dst meta attr useLV-426
2014-11-09/graph/diff-commit-vis REST path stubLV-426
2014-11-09/graph/diff-commit-set REST pathLV-426
2014-11-09/graph/diff-commit-attr REST pathLV-426
2014-11-09/graph/diff-commit-topo REST pathLV-426
2014-11-09/graph/clone REST pathLV-426
2014-11-09match_node_set_by_attr_filter_mapLV-426
2014-11-09common request handlingLV-426
2014-10-27miscLV-426
2014-10-27rm single obj api callsLV-426
2014-10-27REST api impl: '/graph/attr-diff-commit'LV-426
2014-10-27REST api impl: '/graph/topo-diff-commit'LV-426
2014-10-21load_link_set_by_link_ptr_set: introducing a deserialize_param_set() stepLV-426
2014-10-15topo_diff_commit, attr_diff_commit API stubsLV-426
2014-09-29miscLV-426
2014-09-29add_node_setLV-426
2014-09-29deffer support for single object API operationsLV-426
2014-09-29load_node_by_id_attr -> load_node_single_by_id_attr (unimplemented ↵LV-426
currently), load_node_set_by_id_attr
2014-09-29more response handling with __common_resp_handle()LV-426
2014-09-29extend Flask class to allow customization of HTTP OPTIONS method responseLV-426
2014-09-28__sanitize_input stubLV-426
2014-09-28__response_wrap on errrorLV-426
2014-09-28Early Rhizi API prototype:LV-426
- load_node_by_id_attr() - response_wrap()