Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for project ssh keys. #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 12, 2017

  1. Add support for project ssh keys.

    This commit adds support for creating project specific keys and
    retrieving project specific ssh keys.
    
    The missing http requests are described in the [docs](https://www.packet.net/developers/api/sshkeys/)
    The added ones are:
      - `GET /projects/{id}/ssh-keys`
      - `POST /projects/{id}/ssh-keys`
    
    I tried following the style so far, I didn't find a test file, so let me
    know if you want me to write some tests. I believe the code is self
    explanatory.
    NJichev committed Sep 12, 2017
    Configuration menu
    Copy the full SHA
    e0ec74e View commit details
    Browse the repository at this point in the history