I am testing a GET request
using Postman
. In Params tab, there is Path Variable
with an "id" key
and a value
. You can see the URL
of GET request
in this screenshot below, there is url path
/:id in the end of the URL
endpoint.
How to perform GET request
with Path Variables params as such in Swift?
Thanks