DiegoSepuSoto / otel-basic-customer-api

This Customer API is intended to use in my OpenTelemetry POC project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Customer API

This API is intended to use in my OpenTelemetry POC project.

The Customer API will return the following JSON:

{
    "name": "John",
    "lastName": "Doe",
    "customerID": "12345asda"
}

depending on the customerID sent by the query param.

The request can be made like this:

curl --request GET \
--url 'http://localhost:8080/api/customer?customerID=12345asda'

About

This Customer API is intended to use in my OpenTelemetry POC project


Languages

Language:Java 87.4%Language:Dockerfile 6.4%Language:Makefile 6.3%