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

feature: Add gravatar like endpoint #3

Open
pke opened this issue Dec 12, 2019 · 6 comments
Open

feature: Add gravatar like endpoint #3

pke opened this issue Dec 12, 2019 · 6 comments

Comments

@pke
Copy link

pke commented Dec 12, 2019

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
@pke pke changed the title Add gravatar like endpoint feature: Add gravatar like endpoint Dec 12, 2019
@thomasdavis
Copy link
Member

The old hosting use to support this, let's bring it back, labelled as high priority.

I imagine that qr should just link to the registry hosted url?

@pke
Copy link
Author

pke commented Feb 2, 2022

I imagine that qr should just link to the registry hosted url?

yeah, why not.

@thomasdavis
Copy link
Member

Initial work on qr code -> https://registry.jsonresume.org/qr/thomasdavis

Will change it over to .qr first chance I get

@pke
Copy link
Author

pke commented Feb 8, 2022

works as intended! ;) Great.

@thomasdavis
Copy link
Member

It feels a bit weird using .qr then returning an image, how about registry.jsonresume.org/username.qr.png?

@thomasdavis
Copy link
Member

Updated to .qr.png format and added to https://jsonresume.org/getting-started/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants