Forums | Users |
Search | Signup | Login

Typo and/or bug: Strange API path including #

Subscribe to Typo and/or bug: Strange API path including # 2 post(s), 1 voice

 
Avatar Markus Hausa... 5 post(s)

What does the # in the `/api/v1/projects/#{id}/activity` do?
Is it supposed to be there or a typo?
I got a 404 error, when I used the path including the # but when I use the path without the # the response includes not just the activity from the chosen project but ALL activity from ALL projects.

 
Avatar Markus Hausa... 5 post(s)

There was a mix up of two problems. I had a wrong path concatenated /api/v1/projects/{id}/activityjson without the dot between activity and json. This returned the whole unfuddle webpage!!! which it probably shouldn’t!

And the # must definitely be a typo.