Web Api Provide Functionality Assignment Create Web Api Performs Database Operations Creat Q37121798

  1. The Web API will provide most of the functionality for thisassignment. Create a Web API that performs all database operations.
    1. Create a POST action method used for login. This methodreceives the adoption agency user’s username and password andreturns true or false based on whether the user’s informationmatched the information stored in the database.
    2. Create a GET action method that retrieves a list of pets basedon their category (bird, cat, or dog) from the database.
    3. Create a GET action method that retrieves a list of pets basedon their name.
    4. Create a GET action method that retrieves a pet based on theirPetID.
    5. Create a PUT
      OR
      OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.