{
data:{
// some data
},
meta:{
count: "200",
page: "5" ,
// etc
}
}
--
You received this message because you are subscribed to the Google Groups "praxis-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to praxis-suppor...@googlegroups.com.
To post to this group, send email to praxis-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/praxis-support/2c0e5e88-4a92-4915-b212-5917845c28c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/praxis-support/CA%2Bf7udT0oNVn%2BzTyPpVm21P%2BN9E0CeyEFAhoepOMi11w13uMXg%40mail.gmail.com.
You received this message because you are subscribed to a topic in the Google Groups "praxis-support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/praxis-support/j-4WW2ViGmk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to praxis-suppor...@googlegroups.com.
To post to this group, send email to praxis-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/praxis-support/CAEhUSes7UpJWSU8KVjXOFmMHERjzUaCdT5813jUbPWdfnW-%2BsA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/praxis-support/CA%2Bf7udSKjLMo0%3DJV7ZAZpLF7S8LTciATsRqo9MrppAZp_mtDgw%40mail.gmail.com.
using
option which specifies and array of the methods are allowed::header
,:params
,:path
(new)using: [:header, :params]
(so that the version can be passed to the header OR the params):path
option will build the action routes by prefixing the version given a common pattern (i.e., "/v1.0/...")rake praxis:routes
Praxis::Request.path_version_prefix
and return the appropriate string prefix (i.e., by default this returns "/v")Praxis::Request.path_version_matcher
and providing the fully custom matching regexp. This regexp must have a capture (named version
) that would return matched version value.Looks good - replyed on github in detail
--
You received this message because you are subscribed to the Google Groups "praxis-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to praxis-suppor...@googlegroups.com.
To post to this group, send email to praxis-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/praxis-support/059dac75-fae3-46cb-a33e-ddebc1c86449%40googlegroups.com.