No commit activity in last 3 years
No release in over 3 years
Document your json web services
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
Web Service Documenter is a way of automatically generating documentation
about your web services using YAML. It documents enpoint URL, parameters, description and
automatically shows output.

== Installation
  Clone this repository
  > gem build web_service_documentor.gemspec
  > gem install web_service_documentor-x.x.x.gem

== Usage

  web_service_documentor path/to/your/web_services.yml

== web_services.yml

  A file describing your web service end points.
  See examples/web_services.yml