-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Inconsistencies with handling of /users endpoints #80
Comments
So taking a look at this, a quick note, we do actually have an issue template just for website based issues, like the frontend or GitHub pages site Otherwise, yeah forgot that's how Pulsar links to users. Those endpoints should be functional on the actual API, but the frontend doesn't pass them along. So we would need to start doing that. IIRC the way it's structured is already compatible, with the As for the inaccurate placeholder user showing on I'd probably be the happiest trying to get the frontend to pass along |
That'll teach me to read too quickly! |
Bumping this because I'm wanting a list of all my own packages to use when responding to discussions. It'd be great if clicking on any single user took you to a list of that user's packages. |
I hear your bump, and am reputting it on the todo list, sorry it's been open for nearly a year now. I'll try to make sure it doesn't actually hit the year mark |
S'ok, I'll probably work on it myself sometime this week or next. |
Thanks in advance for your bug report!
What happened?
Even when I'm logged in as myself (
savetheclocktower
), the/users/savetheclocktower
endpoint returns a 404. This is fine, except that the package listings inside Pulsar's settings link the package author's username tohttps://web.pulsar-edit.dev/users/[user]
. (That should probably change anyway and link directly to the author's GitHub profile.)The
/users
endpoint is what is linked under “My Account” on the top navigation, and properly shows my username and API token. But the/users/
endpoint (with a trailing slash) shows this instead:Pulsar version
(doesn't matter)
Which OS does this happen on?
🍎 macOS
OS details
(doesn't matter)
Which CPU architecture are you running this on?
None
What steps are needed to reproduce this?
(the things I described above)
Additional Information:
Man, this issue template probably should be different from the ones in the other Pulsar repos. :-)
The text was updated successfully, but these errors were encountered: