Hello World Test API
A simple test API powered by httpbin.org that returns greetings and echoes posted data. This API is used to demonstrate automated publishing to RapidAPI Hub. ## Endpoints - **GET /get** - Returns a greeting with request details - **POST /post** - Echoes back posted JSON data ## Usage Simply call the endpoints with optional query parameters or JSON body.
Hello World Test API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
echoPost /post |
Echoes back the posted JSON data. |
| GET |
getGreeting /get |
Returns a simple greeting message with request details. |