Sha256: 1d684dca4cf78d68e8051d31ce4001582d03e6698f9f41a8531a8123d059c97d
Contents?: true
Size: 499 Bytes
Versions: 4
Compression:
Stored size: 499 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 ```ruby tomogram = TomogramRouting::Tomogram.craft(tomogram.json) ``` ### find_request ```ruby expect_request = tomogram.find_request(method:, path:) ``` ### find_find_responses ```ruby expect_responses = expect_request.find_responses(status:) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tomogram_routing-0.1.5 | README.md |
tomogram_routing-0.1.4 | README.md |
tomogram_routing-0.1.3 | README.md |
tomogram_routing-0.1.2 | README.md |