Skip to content

i512/tomograph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tomograph

This is make API Tomogram

Install

config/application.rb

require 'tomograph'

Config

documentation

For gem needed by a drafter generate and save yaml file, and then turn it on config.

drafter doc/api.apib -o doc/api.yaml
Tomograph.configure do |config|
  config.documentation = 'doc/api.yaml'
end

Then you can use the API tomogram by using the following call:

Tomograph::Tomogram.json

API tomogram return to json format.

drafter_yaml

String with yaml from drafter.

prefix

Default empty String. This is prefix for url if in docimentation URI short .

License

The gem is available as open source under the terms of the MIT License.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 99.0%
  • Shell 1.0%