Sha256: bc722d2265f14c7c0d9ab92cc4db28800b9eafbb1e1a7c86adea617376bb71f0
Contents?: true
Size: 487 Bytes
Versions: 2
Compression:
Stored size: 487 Bytes
Contents
# TomogramRouting From json file with the structure Tomogram api creates an object and adding methods to fast search requests and responses with json-schemes. ## Install ``` gem 'tomogram_routing' ``` ``` require 'tomogram_routing' ``` ## Using ``` tomogram = TomogramRouting::Tomogram.craft(tomogram.json) ``` ### find_request ``` expect_request = tomogram.find_request(method:, path:) ``` ### find_find_responses ``` expect_responses = expect_request.find_responses(status:) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tomogram_routing-0.1.1 | README.md |
tomogram_routing-0.1.0 | README.md |