Skip to content

ludeknovy/jpa-buddy-swagger-codegen-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger Codegen

This repository contains source code for the project from this Swagger Codegen video-guide:

Imitate local pet clinic

To imitate local pet clinic, run Spring Boot app located here.

HTTP requests

You can run and check the HTTP requests on your own. Here are some example of them:

###
GET http://localhost:8080/api/v1/pet/sync?id=1

###
GET http://localhost:8080/api/v1/pet/sync?id=10

###
GET http://localhost:8080/api/v1/pet/sync?id=15

### Adjust the start and end dates according to the values in the db
GET http://localhost:8080/api/v1/statistics/from-interval?start=2022-12-09T15:49:05.630Z&end=2022-12-12T15:49:05.630Z

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%