I am looking for some sample (ideally open source applications) that I could use to start practicing API testing. I am mainly interested in applications developed with .NET.
Any ideas or suggestions would be very much appreciated.
I am looking for some sample (ideally open source applications) that I could use to start practicing API testing. I am mainly interested in applications developed with .NET.
Any ideas or suggestions would be very much appreciated.
Here you have Web API Samples from ASP.NET that you can learn on.
The following code samples, which use the Google APIs Client Library for .NET, are available for the YouTube Data API. For example the first code sample below calls the API's playlistItems.list method to retrieve a list of videos uploaded to the channel associated with the request.
.NET Code Samples - YouTube Data API
Maybe this would be helpful too while learning: Let's Build an API Checking Framework