rsahlstrom / shelf

A PHP project that simplifies working with the BoardGameGeek API
1 stars 0 forks source link

Adds Support for Search Endpoint #5

Closed rsahlstrom closed 10 years ago

rsahlstrom commented 10 years ago

Adds search to the API service description. Adds Search Response, Factory, Collection, and Entity classes.

Moves isPrimary method in Boardgame Name entity down to the AbstractName entity as search results also use primary and alternate name types. Updates collection names to always be considered primary.

Adds test for new classes.