Skip to content

Features for diffing openapi-compatible json specs. #2

Merged
jaychang99 merged 41 commits into
mainfrom
feature/openapi-diff
May 26, 2024
Merged

Features for diffing openapi-compatible json specs. #2
jaychang99 merged 41 commits into
mainfrom
feature/openapi-diff

Conversation

@jaychang99

Copy link
Copy Markdown
Owner

No description provided.

@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

1 similar comment
@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

  • With GitHub Markdown

  • Created by create-or-update-comment

  • and testing openapi diff

    This is a multi-line string

    API Differences

    ADDED


    MODIFIED


    DELETED


4 similar comments
@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

  • With GitHub Markdown

  • Created by create-or-update-comment

  • and testing openapi diff

    This is a multi-line string

    API Differences

    ADDED


    MODIFIED


    DELETED


@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

  • With GitHub Markdown

  • Created by create-or-update-comment

  • and testing openapi diff

    This is a multi-line string

    API Differences

    ADDED


    MODIFIED


    DELETED


@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

  • With GitHub Markdown

  • Created by create-or-update-comment

  • and testing openapi diff

    This is a multi-line string

    API Differences

    ADDED


    MODIFIED


    DELETED


@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

  • With GitHub Markdown

  • Created by create-or-update-comment

  • and testing openapi diff

    This is a multi-line string

    API Differences

    ADDED


    MODIFIED


    DELETED


@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

  • With GitHub Markdown
  • Created by [create-or-update-comment][1]
  • and testing openapi diff
    {
    "components": {
    "schemas": {
    "CreateCatDto": {
    "properties": {
    "name": {
    "type": "string"
    },
    "age": {
    "type": "number"
    }
    },
    "required": [
    "name",
    "age"
    ]
    }
    }
    }
    }
    [1]: https://github.com/peter-evans/create-or-update-comment

@jaychang99 jaychang99 force-pushed the feature/openapi-diff branch from b5a5e31 to cc6de35 Compare May 26, 2024 05:41
@github-actions

Copy link
Copy Markdown

This is a multi-line test comment

  • With GitHub Markdown
  • Created by [create-or-update-comment][1]
  • and testing openapi diff
    {
    "components": {
    "schemas": {
    "CreateCatDto": {
    "properties": {
    "name": {
    "type": "string"
    },
    "age": {
    "type": "number"
    }
    },
    "required": [
    "name",
    "age"
    ]
    }
    }
    }
    }
    [1]: https://github.com/peter-evans/create-or-update-comment

@github-actions

Copy link
Copy Markdown

🆕✅ Added Endpoints


🔄⚠️ Modified Endpoints


🗑❌ Removed Endpoints


@github-actions

Copy link
Copy Markdown

🆕✅ Added Endpoints


🔄⚠️ Modified Endpoints



🟩 POST: /cats

  • undefined
  • undefined

Response Parameters

🗑❌ Removed Endpoints


@github-actions

Copy link
Copy Markdown

🆕✅ Added Endpoints


🔄⚠️ Modified Endpoints



🟩 POST: /cats

  • undefined
  • undefined

Response Parameters

🗑❌ Removed Endpoints


@github-actions

Copy link
Copy Markdown

🆕✅ Added Endpoints


🔄⚠️ Modified Endpoints



🟩 POST: /cats

  • Summary: Not Provided
  • Description: Not Provided

Response Parameters

🗑❌ Removed Endpoints


@github-actions

Copy link
Copy Markdown

🆕✅ Added Endpoints


🔄⚠️ Modified Endpoints



🟩 POST: /cats

  • Summary: Not Provided
  • Description: Not Provided

Request Body

  • Content-Type: application/json
  • Description: Not Provided
  • Example: Not Provided
  • Content Required: true
name : string; REQUIRED 🔥 
📎Description Not Provided 
📚EX) Example Not Provided 

age : number; REQUIRED 🔥 
📎Description Not Provided 
📚EX) Example Not Provided 

Response Parameters

🗑❌ Removed Endpoints


@github-actions

Copy link
Copy Markdown

🆕✅ Added Endpoints


🔄⚠️ Modified Endpoints



🟩 POST: /cats

  • Summary: Not Provided
  • Description: Not Provided

Request Body

  • Content-Type: application/json
  • Description: Not Provided
  • Example: Not Provided
  • Content Required: true
name : string; REQUIRED 🔥 
📎Description Not Provided 
📚EX) Example Not Provided 

age : number; REQUIRED 🔥 
📎Description Not Provided 
📚EX) Example Not Provided 

🗑❌ Removed Endpoints


@jaychang99 jaychang99 merged commit 8007455 into main May 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants