Dynamic Parameters
Dynamic parameters are parameters that are defined in the url path. They are defined using the :
prefix. When the request is made, the dynamic paramters will be replaced with the values passed in the params
option.
Dynamic parameters are parameters that are defined in the url path. They are defined using the :
prefix. When the request is made, the dynamic paramters will be replaced with the values passed in the params
option.