Skip to content

Example app to show how to use DataMapper ORM for passing API calls with validations through

Notifications You must be signed in to change notification settings

featalion/api_through_orm_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Example app to show how to use DataMapper ORM for passing API calls with validations through

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages