NEEDS FORMATTING: Credit goes to NYU API Team found here
- Title and documentation must be defined.
- RAML file name must be different from api.raml
- Use RAML version 1.0
{ | |
"IAB1": "Arts & Entertainment", | |
"IAB1-1": "Books & Literature", | |
"IAB1-2": "Celebrity Fan/Gossip", | |
"IAB1-3": "Fine Art", | |
"IAB1-4": "Humor", | |
"IAB1-5": "Movies", | |
"IAB1-6": "Music", | |
"IAB1-7": "Television", | |
"IAB2": "Automotive", |
NEEDS FORMATTING: Credit goes to NYU API Team found here
HTML Source (Original HTML):
<div class="ad_box"><img src="some_ad.png" /></div>
HTML Source sent via JSON (Escaped JSON):
{ "json_property": "<div class=\"ad_box\"><img src=\"some_ad.png\" \/><\/div>" }