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]: Allow names in all URL query params #39

Open
1 task done
mvandeberg opened this issue Jan 31, 2025 · 0 comments
Open
1 task done

[FEATURE]: Allow names in all URL query params #39

mvandeberg opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mvandeberg
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

New feature

We currently support names (name service, nickname, KAP) in resource declarations, but not in URL query params.

For example:

curl http://localhost:3003/v1/token/koin/transfer\?from=1EnaBDVTA5hqXokC2dDzt2JT5eHv1y7ff1\&to=1LDDWoGgQ1CEa8B1d9GuziQ4fgbxcqawC3\&value=1

works, but

curl http://localhost:3003/v1/token/koin/transfer\[email protected]\&to=1LDDWoGgQ1CEa8B1d9GuziQ4fgbxcqawC3\&value=1

does not.

Anything else?

No response

@mvandeberg mvandeberg added the enhancement New feature or request label Jan 31, 2025
@mvandeberg mvandeberg self-assigned this Jan 31, 2025
mvandeberg added a commit that referenced this issue Jan 31, 2025
@mvandeberg mvandeberg mentioned this issue Jan 31, 2025
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant