oasdiff / oasdiff-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oasdiff-service

Go Report Card

Run diff on localhost

curl -X POST \
    -F base=@data/openapi-test1.yaml \
    -F revision=@data/openapi-test3.yaml \
    http://localhost:8080/diff

Run breaking-changes using cloud-run

curl -X POST \
    -F base=@data/openapi-test1.yaml \
    -F revision=@data/openapi-test3.yaml \
    https://api.oasdiff.com/breaking-changes

Run changelog using cloud-run

curl -X POST \
    -F base=@data/openapi-test1.yaml \
    -F revision=@data/openapi-test3.yaml \
    https://api.oasdiff.com/changelog

About

License:Apache License 2.0


Languages

Language:Go 90.8%Language:HTML 4.6%Language:Dockerfile 3.9%Language:Makefile 0.7%