Swader / diffbot-php-client

[Deprecated - Maintenance mode - use APIs directly please!] The official Diffbot client library
MIT License
53 stars 20 forks source link

metaTags insight #21

Open Swader opened 9 years ago

Swader commented 9 years ago

Look into metaTags.

They seem to be a default field with Article API, as long as there are entries such as <meta property="article:tag" content="Artificial Intelligence" />. These then get translated into an array of objects like:

{
          "name": "Artificial Intelligence"
        }

If this is default now, add a getter into all entities (into the trait?).