Open riccardo91 opened 8 years ago
Hello, is it possible mount a path with parameter? I need to normalize an api from different service like api/products/{id} but i'm only able to create the request for a specific id.
Hi. It's not possible to do it at the moment, but we planning to add this feature.
See this PR https://github.com/feedhenry-templates/fh-api-mapper/pull/88
Hello, is it possible mount a path with parameter? I need to normalize an api from different service like api/products/{id} but i'm only able to create the request for a specific id.