Demo C# web service, with API testing
Go to file
Greg Gauthier f221dfe032 migration 2024-02-14 10:21:19 +00:00
.idea/.idea.AddressBookApi/.idea migration 2024-02-14 10:21:19 +00:00
AddressBookApiTests migration 2024-02-14 10:21:19 +00:00
Controllers add put and patch; add acceptable formats; add console logging 2023-01-05 10:34:38 +00:00
DataStore address book without the put 2023-01-04 17:37:30 +00:00
Models address book without the put 2023-01-04 17:37:30 +00:00
Properties initial commit 2023-01-04 14:46:06 +00:00
.gitignore initial commit 2023-01-04 14:46:06 +00:00
AddressBookApi.csproj migration 2024-02-14 10:21:19 +00:00
AddressBookApi.sln add NUnit test framework 2023-01-05 11:09:31 +00:00
AddressBookApi.sln.DotSettings.user migration 2024-02-14 10:21:19 +00:00
Program.cs add put and patch; add acceptable formats; add console logging 2023-01-05 10:34:38 +00:00
appsettings.Development.json initial commit 2023-01-04 14:46:06 +00:00
appsettings.json initial commit 2023-01-04 14:46:06 +00:00