Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 437 Bytes

File metadata and controls

14 lines (9 loc) · 437 Bytes

Example application

List of features

  1. Use ORM to verify input data from user and pass it to the API
  2. Verify XML (API response) by XSD (from file)
  3. Automate parsing XML to Ruby hash (class Hash extended with #from_xml method)

You can see the article on this example URL

Copyright © Yury Yantsevich, Iron.io

Code is under MIT license.