-
Notifications
You must be signed in to change notification settings - Fork 0
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
Refactor routes #35
Comments
danielemery
added a commit
that referenced
this issue
Aug 4, 2024
- `/keys` - `/authorized_keys` (Trailing slashes will now also yield a result).
danielemery
added a commit
that referenced
this issue
Aug 4, 2024
- `/keys` - `/authorized_keys` (Trailing slashes will now also yield a result).
danielemery
added a commit
that referenced
this issue
Aug 4, 2024
- `/keys` - `/authorized_keys` (Trailing slashes will now also yield a result).
danielemery
added a commit
that referenced
this issue
Aug 4, 2024
- `/keys` - `/authorized_keys` (Trailing slashes will now also yield a result).
danielemery
added a commit
that referenced
this issue
Aug 17, 2024
- `/keys` - `/authorized_keys` (Trailing slashes will now also yield a result).
danielemery
added a commit
that referenced
this issue
Aug 27, 2024
- `/keys` - `/authorized_keys` (Trailing slashes will now also yield a result).
danielemery
added a commit
that referenced
this issue
Aug 27, 2024
- `/keys` - `/authorized_keys` (Trailing slashes will now also yield a result).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a future version of keys multiple content types will be supported (#33 and #34) as well as the capability to load
known_hosts
(#19).With these sets of features in mind (especially supporting html content types) it makes less sense to service keys at
/api
.Instead descriptive names at the root should be used, eg.:
/keys
or/authorized_keys
/hosts
or/known_hosts
The text was updated successfully, but these errors were encountered: