This API provides functionalities to reverse a string and check if a string is a palindrome.
.NET 6 SDK - The project requires the .NET 6 SDK or Higher. Ensure it is installed and configured on your machine.
git clone https://github.com/MoteneJan/StringManipulationAPI.git cd StringManipulationAPI
Parameters:
input
(query string parameter): The input string to be processed.- e.g,.
input
- "racecar"
Response:
{
"ReversedString": "your reversed string",
"IsPalindrome": true/false
}