Top Level Namespace
Defined in:
Method Summary
-
fill_schema(schema : Swagger::Objects::Document, har : HAR::Data)
define a method that will fill the example values for a given schema from the har
-
match_paths(schema : Swagger::Objects::Document, har : HAR::Data, &)
define a method that will match paths from the har to the schema
Method Detail
def fill_schema(schema : Swagger::Objects::Document, har : HAR::Data)
#
define a method that will fill the example values for a given schema from the har
def match_paths(schema : Swagger::Objects::Document, har : HAR::Data, &)
#
define a method that will match paths from the har to the schema