EcRequests.jl

Documentation for EcRequests.jl

EcRequests.EcRequestMethod
EcRequest(filename::String)

Read the file filename and parse the content as a OrderedCollections.OrderedDict{String, Any}. filename can be in YAML format or in native mars syntax format.

EcRequests.EcRequestMethod
EcRequest(pairs::Vararg{Pair})

Create a OrderedCollections.OrderedDict{String, Any} from the pairs.

EcRequests.writereqMethod
writereq(dest::String, req)

Write the request req to the file specified by dest. If dest has the .yaml extension, it's written in YAML format. If not, the native mars syntax is used. Return dest.