Fix change id double encoded issue

RestApi#id will url encode id, so we should pass in a decoded one,
otherwise for project names with special url character will be encoded
twice and cause a 404. I.e. "xx/yy" will become "xx%252F/yy" while we
want "xx%2Fyy".

Change-Id: Ia0c39522d5631e4631f06b0b0cdf7d03c0767f9f
3 files changed
tree: 9c5c087adf8b29fe6c763bef9825690c81bf829f
  1. src/
  2. .buckconfig
  3. .gitignore
  4. BUCK
  5. LICENSE