This repository was archived by the owner on Oct 11, 2022. It is now read-only.
re #106 - config for customizing paths#109
Open
zeroasterisk wants to merge 5 commits intostubailo:develfrom
Open
re #106 - config for customizing paths#109zeroasterisk wants to merge 5 commits intostubailo:develfrom
zeroasterisk wants to merge 5 commits intostubailo:develfrom
Conversation
This commit makes the default URL prefixes for methods and publications configurable through SimpleSchema.configure() To set the prefix for methods, pass methodUrlPrefix To set the prefix for publications, pass publicationUrlPrefix
Allowing users to set config function to transform URL paths stubailo#106 urlTransform: (type, name) => <urlPath>
Owner
|
Hey I'm currently on vacation so I'll only be able to look at this a week from now. Sorry! |
Author
|
yeah - no problem - enjoy the beach (or whatever) |
Author
|
Any update on this, or the other PRs on this repo? sidenote I think this is a great addition to Meteor, and should be considered almost a requirement, allowing Meteor devs to to expose meteor methods and other functionality via REST api... I'd love to see a simple GraphQL stack on top of this, perhaps with this https://github.com/kuip/meteor-schema-graphql-bridge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
re #106 - config for customizing paths