HashtagSell / posting-api

API for storage and retrieval of posting details for Hashtagsell
0 stars 0 forks source link

Include all offers, questions & answers in filter by username lookup #13

Closed that1guy closed 9 years ago

that1guy commented 9 years ago

The following GET request returns all the user's items for sale, but then htsApp has to loop though all the user's items for sale and manually get the offers and questions associated with each item.

http://localhost:4043/v1/postings/?filters[mandatory][exact][username]=bdavis

Would be awesome if all of this was delivered back from the query above in one shot.

that1guy commented 9 years ago

Thanks for pushing this enhancement out! In concert with #12 it should also be possible to retrieve not only the user's offers they have sent, but also all the offers they have received. I'll mention this in morning to make sure we're all on the same page.

that1guy commented 9 years ago

71 will resolve this issue.