Emxc.Utilities (emxc v0.0.1)

Link to this section Summary

Functions

Load a JSON file from the current directory.

Parses a Postman Environment JSON file into a Map.

Parses a Postman Collection JSON file into a list of requests.

Link to this section Functions

Link to this function

load_json(file, path)

Load a JSON file from the current directory.

NOTE: This function is meant to be used in Macros/Metaprogramming.

Link to this function

parse_environment(json)

Parses a Postman Environment JSON file into a Map.

Link to this function

parse_requests(json)

Parses a Postman Collection JSON file into a list of requests.

Link to this function

unwrap_response(arg1)