Open anabella-spinelli-olx opened 7 years ago
Hi!
can you maybe better explain what you're missing?
path supports patterns. and should later support response objects built based on request. (mocks based on templates) please describe your request and response example and maybe i can extend it.
best regards, andrej
Hi! I was wondering if there's a way to create a mock endpoint that will have a placeholder in its path.
Something like
/items/:id
where I can enter any id there and it will return the same (hardcoded) response.I understand this is set at the
pattern
option, but then the endpoint only works for the value set atpath
.Thank you!