Skip to content

sanvisser/devops-workshop-integration-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devops-workshop-integration

This is a simple project for the DevOps integration workshop. It contains a web api which can receive an image and scan its exif information.

Endpoint: Ping

GET http://localhost:8080/ping

# Response:
{
  "OK": true
}

Endpoint: Scan

POST http://localhost:8080/scan

<IMAGE DATA>

# Response:
{
    "fieldA": "value",
    "fieldB": "value",
    ...
}

Postman

You can find a postman collection in the root of this repository

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%