Add single package API endpoint

Currently we have next endpoints:

  • GET /projects/:id/packages/
  • DELETE /projects/:id/packages/:package_id
  • GET /projects/:id/packages/:package_id/package_files

I think for consistency we should add GET /projects/:id/packages/:package_id too. Its quite easy considering that we have almost all code in place.