Integration Crash Course
About Lesson
  1. Create a remote site settings for gorest API end point.
  2. Hit gorest users API end point via Anonymous window to fetch the users with the help of Rest GET method and debug the response.
  3. Hit gorest users API end point via Anonymous window to create the users with the help of Rest POST method and debug the response.
  4. Copy the ID of the newly created user from the debug response received in the above hands-on problem and update the user status to Inactive with the help of Rest PATCH method and debug the response.
  5. Delete the newly created user with the help of Rest DELETE method debug the response.
0% Complete