Question: Research an API for your final exam programming assignment and provide me a description of what you plan to build. Include the following: The API
Research an API for your final exam programming assignment and provide me a description of what you plan to build. Include the following:
The API you will use.
The search field you will provide eg I will allow users to search on an album name or author or
The details information you will provide when they click on a single search result. Note that this cannot be the search results.
A sample invocation of the API search in a basic form. This can take the form of the curlPostman output, a query using the browser, or a "playground" testing area that some companies provide for exercising the API.
Choose carefully! Test the API to make sure you can perform queries and get details for items WITHOUT coding the application. You can do this type of testing with tools like curl Links to an external site. or Postman Links to an external site. or sometimes APIs will provide you samples or tutorials on using their API. I will expect you to complete the final with your proposed API no switching when you hit roadblocks!
The user interaction must be the following:
User loads web page
User enters some sort of text into a search text box
User receives search results. There may be one or more matches based on the search criteria.
User has the option to click each search result and receive additional detail information on that search result.
There must be two different AJAX calls present in your solution to avoid a major deduction one for the search, one for the detail
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
