https://github.com/mdb/noterizer
An example Rails 4.1.4 app demonstrating how to front an external API
https://github.com/mdb/noterizer
Last synced: about 2 months ago
JSON representation
An example Rails 4.1.4 app demonstrating how to front an external API
- Host: GitHub
- URL: https://github.com/mdb/noterizer
- Owner: mdb
- Created: 2014-07-21T11:35:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T11:42:36.000Z (almost 12 years ago)
- Last Synced: 2025-01-14T16:36:39.900Z (over 1 year ago)
- Language: Ruby
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Noterizer
A demo Rails 4 application that backs my 'Fronting an External API with Ruby on Rails' tutorial.
## About
Noterizer's `tutorial` branch can be used with the tutorial.
Noterizer's `master` branch demos a working RoR application that fronts multiple requests to an external XML-based API with a single JSON endpoint.
Features of note:
* RSpec 3 tests
* WebMock stubs of HTTP transactions for testing purposes
* A simple `Note` model layer that does not make use of a relational database
* Jbuilder-based JSON view templates