This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
price = Money.new(799, 'USD') | |
=> #<Money fractional:799 currency:USD> | |
original_price = Money.new(1799, 'USD') | |
=> #<Money fractional:1799 currency:USD> | |
shipping_cost = Money.new(150, 'USD') | |
=> #<Money fractional:150 currency:USD> | |
offer = Offer.new price: price, originalPrice: original_price, shippingCost: shipping_cost, description: 'Primary offer', availability: 'InStock', quantity: 15 | |
=> #<Offer:0x007fa2aaac25e8 @price=#<Money fractional:799 currency:USD>, @originalPrice=#<Money fractional:1799 currency:USD>, @shippingCost=#<Money fractional:150 currency:USD>, @description="Primary offer", @availability="InStock", @quantity=15> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"card_type":"product","pair_version": 0.1,"name":"Green leather shoes","web_url":"http://www.examplestore.com/listing/36226783/green-leather-shoes","offers":[{"price":7.99,"original_price":17.99,"shipping_cost":1.5,"description":"Primary offer","availability":"InStock","quantity":15,"sale_start_date":"2014-06-01","sale_end_date":"2014-06-24","expiration_date":"2014-07-13","gender":"unisex","weight":17.0,"weight_units":"oz","offerId":"36226783-3"}],"merchant":"Example Store","brand":"Shoemaster","description":"Brilliant, colorful shoes made from recycled materials.","colors":["Green"],"images":["http://img.examplestore.com/02/wer4554/il_5d9184_iqm9.jpg","http://img.examplestore.com/017/fgh/il_57w9.jpg","https://img.examplestore.com/020rjt/24554/il_570d14_3us0.jpg","https://img.examplestore.com/0166f54/il_570xg90_87gc.jpg"],"rating":8.0,"rating_scale":10.0,"rating_count":12,"related_items":["http://www.examplestore.com/listing/36226783/green-leather-shoes","http://www.examplestore.com/listing/16362355/maroon-c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pair_version": "0.3.0", | |
"card_type": "product", | |
"web_url": "http://www.examplestore.com/listing/36226783/green-leather-shoes", | |
"offers": [ | |
{ | |
"price": { | |
"currency": "USD" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pair_version": "0.3.0", | |
"card_type": "article", | |
"web_url": "http://www.huffingtonpost.com/2014/09/23/leonardo-dicaprio-un_n_5868718.html", | |
"article": { | |
"title": "U.N. hosts Global Warming Summit", | |
"publication_date": "2014-09-22T00:00:00.000+0000", | |
"abstract_content": "U.N. hosts Global Warming Summit in New York hosted by thousands. Dignataries speak.", | |
"source": "Associated Press", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pair_version": "0.3.0", | |
"card_type": "video", | |
"media": { | |
"type": "video", | |
"title": "Best of Phantom: Cavaliers Practice", | |
"embedded_url": "https://www.youtube.com/embed/0RFfrsABtQo", | |
"embedded_url_width": "haha", | |
"embedded_url_height": "haha", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pair_version": "0.3.1", | |
"card_type": "article", | |
"web_url": "http://www.huffingtonpost.com/2014/09/23/leonardo-dicaprio-un_n_5868718.html", | |
"article": { | |
"title": "U.N. hosts Global Warming Summit", | |
"html_content": "<p>Leonardo DiCaprio addressed world leaders assembled for the <a href=\"http://www.un.org/climatechange/summit/\" target=\"_hplink\">United Nations Climate Summit</a> early Tuesday morning, urging them to take action to address \"the greatest challenge of our existence on this planet.\"</p>", | |
"publication_date": "2014-09-22T00:00:00.000+0000", | |
"abstract_content": "U.N. hosts Global Warming Summit in New York hosted by thousands. Dignataries speak.", | |
"source": "Associated Press", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pair_version": "0.3.1", | |
"card_type": "product", | |
"web_url": "http://www.examplestore.com/listing/36226783/green-leather-shoes", | |
"offers": [ | |
{ | |
"price": { | |
"price": 7.99, | |
"currency": "USD" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pair_version": "0.4.6", | |
"card_type": "video", | |
"web_url": "https://www.youtube.com/watch?v=0RFfrsABtQo", | |
"media": { | |
"type": "video", | |
"title": "Best of Phantom: Cavaliers Practice", | |
"embedded_url": "https://www.youtube.com/embed/0RFfrsABtQo", | |
"embedded_url_width": 400, | |
"embedded_url_height": 400, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"pair_version": "0.4.6", | |
"card_type": "product_search", | |
"total_results": 2, | |
"products": [ | |
{ | |
"name": "Green leather shoes", | |
"product_card_address": "http://www.examplestore.com/product_cards/36226783/", | |
"price": { | |
"price": 7.99, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"card_type": "article", | |
"web_url": "http://robots.thoughtbot.com/getting-started-with-liberator", | |
"article": { | |
"title": "Getting Started with Liberator", | |
"html_content": "\n<p>In <a href=\"http://robots.thoughtbot.com/tips-for-clojure-beginners\">Tips for Clojure Beginners</a>, Ben laid out some\ngreat resources for starting out with <a href=\"http://clojure.org\">the language</a>. Now, I\nwant to focus on writing webapps in Clojure using\n<a href=\"https://clojure-liberator.github.io/liberator\">Liberator</a>. We started using Liberator as the backend for a\nJSON API and have had a good experience with it so far. So, I wanted to\nshare a little bit about how to get started.</p>\n\n<p>You have a few options for web frameworks with Clojure. We also\nconsidered <a href=\"http://www.luminusweb.net/\">Luminus</a>, which looks like a great framework, but\nultimately decided on Liberator. It seemed to align better with the\nsingle JSON API we are creating. Luminus seemed more in tune w |
OlderNewer