srct / sks-rs

Rust implementation of the Synchronizing Key Server for PGP keys
Apache License 2.0
14 stars 1 forks source link

Implement basic key search API #8

Closed techwizrd closed 6 years ago

techwizrd commented 6 years ago

This is a basic implementation of the API handling the /pks/lookup endpoint.

techwizrd commented 6 years ago

I messaged Sergio on IRC, there will be changes in the query parameter API in the next few releases of Rocket. I will create a new issue for accepting any query parameter (not just ones declared in the struct with FromForm.