NAME
Imgur::API::Model::MemeMetadata
DESCRIPTION
This model is used to represent the basic meme metadata.
FIELDS
meme_name String-
The name of the meme used.
top_text String-
The top text of the meme.
bottom_text String-
The bottom text of the meme.
bg_image String-
The image id of the background image of the meme.
EXAMPLE
{
"success" : true,
"data" : {
"meme_metadata" : {
"bg_image" : "kH1SKhp",
"meme_name" : "Confession Bear",
"top_text" : "BEING ON IMGUR",
"bottom_text" : "HAS ACTUALLY IMPROVEDMY SPELLING AND GRAMMER"
}
},
"status" : 200
}
SEE ALSO
http://api.imgur.com/models/mememetadata
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 17:
'=item' outside of any '=over'
- Around line 58:
You forgot a '=back' before '=head1'