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

Parse path-based args #17

Open
nathanclevenger opened this issue Sep 14, 2022 · 1 comment
Open

Parse path-based args #17

nathanclevenger opened this issue Sep 14, 2022 · 1 comment

Comments

@nathanclevenger
Copy link
Member

for a url like: https://fetcher.do/list:items,prop:value/api.cf

The value should be:

"pathArgs": {
  "list": "items",
  "prop": "value"
}
@nathanclevenger
Copy link
Member Author

@AggressivelyMeows did you figure out how to do this type of parsing? I know we discussed it, but I'm not sure if it was implemented. This is going to be a critical feature for mongo.do as we need to be able to chain operations and aggregration pipelines, so we need to prioritize this.

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

No branches or pull requests

3 participants