Add API route for deploy keys
Created by: evanlucas
It would be nice to add an API route that lists all deploy keys for the authenticated user.
Proposed routes:
/keys - return a list of all deploy keys for the authenticated user
/keys/:id - return the details of the key with the given id
This would allow the automation of adding deploy keys to a given project much simpler in my opinion.