Different methods
Last updated
Was this helpful?
Last updated
Was this helpful?
You can read from official MS documentation of the differetn types of calls you can implement.
Some of most common ones are (request method)
GetAsync (GET)
PostAsync (POST)
PatchAsync (PATCH)
DeleteAsync (DELETE)
Inspect the request method in Chrome inspect log.