Answers for "uri in api"

1

uri in api

URI stands for Uniform Resource Identifier
The purpose of URI is to locate a resource on the server
hosting the web service.
A URI format is:
<protocol>://<servicename>/<ResourceType>/<ResourceID>
Posted by: Guest on January-14-2021

Browse Popular Code Answers by Language