ePages-de / beyond-api-changelog

Generated technical diff of the OpenAPI specification of the Beyond API
3 stars 4 forks source link

Filter changelog entries #3

Closed jmewes closed 3 years ago

jmewes commented 3 years ago

For some reasons there are some false positive changes in the generated changelog every other day which need to be manually removed:

### What's Changed
---
* `GET` /carts/{cartId} Show cart details  
    Return Type

        Delete _links //See https://developer.epages.com/beyond-docs/#hypermedia[Hypermedia]
* `PUT` /carts/{cardId}/customer Assign customer to cart  
    Return Type

        Delete _links //See https://developer.epages.com/beyond-docs/#hypermedia[Hypermedia]
* `POST` /carts/{cartId}/line-items Invalid tax class  
    Return Type

        Delete _links //See https://developer.epages.com/beyond-docs/#hypermedia[Hypermedia]

Instead of investigating the root cause of the problem, this PR adds a Python script which filters out the false positives.