Skip to content

This API provides functionalities to reverse a string and check if a string is a palindrome.

Notifications You must be signed in to change notification settings

MoteneJan/StringManipulationAPI

Repository files navigation

String Manipulation API

Palindrome

Overview

This API provides functionalities to reverse a string and check if a string is a palindrome.

Prerequisites

.NET 6 SDK - The project requires the .NET 6 SDK or Higher. Ensure it is installed and configured on your machine.

Setup

Git clone the repository

git clone https://github.com/MoteneJan/StringManipulationAPI.git cd StringManipulationAPI

Endpoints

GET /api/v1/StringManipulation

Parameters:

  • input (query string parameter): The input string to be processed.
  • e.g,. input - "racecar"

Response:

{
  "ReversedString": "your reversed string",
  "IsPalindrome": true/false
}

About

This API provides functionalities to reverse a string and check if a string is a palindrome.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages