-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
This idea to fetch gists is genius (at least for us techies that have a github repo)!
How about making the registry more accessible by additionally allowing a gravatar like request endpoint.
Initially it could also use MD5 for reasons to look similar to gravatar, however I'd favour SHA256 (significant 7 chars maybe only).
Request | Response |
---|---|
GET /resume/<email-hash>[.json] |
resume.json |
GET /resume/<email-hash>.html?theme= |
same as registry today returns |
GET /resume/<email-hash>.qr |
SVG QR-Code for use in img tags |
GET /resume/<email-hash>.md |
Markdown rendition |