HashtagSell / posting-api

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

User Question Collection & User Offer Collection Not Working? #29

Closed that1guy closed 9 years ago

that1guy commented 9 years ago
Request
GET http://localhost:4043/v1/users/bdavis/questions
Expected Result:

List of questions bdavis has sent or received (cool if there's a way to only return question bdavis has sent).

Observed Result (100% of the time):
{
  "options": {
    "count": 1000,
    "filters": {},
    "sort": {},
    "start": 0
  },
  "results": [],
  "total": 0
}

Am I misusing this resource?

that1guy commented 9 years ago

I'm misunderstanding the use-case of this resource. Sorry. This resource returns only sent for the requested username. Think just documentation should be updated if this is expected behavior. Thnx!