Project

General

Profile

Development #31

Updated by Benjamin Dauvergne over 7 years ago

Current parsing for the endpoints do not keep their implicit ordering from the XML file as they are dumped into an hash-table (which is a unordered container).



Using LassoNodes objects will keep this ordering so that we can apply the order of endpoints declaration for binding preferences. A new api on LassoProvider called lasso_provider_prefered_bindings_for_profile should also be added.

Back