fossasia / eventyay-tickets

https://tickets-dev.eventyay.com
Apache License 2.0
1.5k stars 35 forks source link

Add orientation and height fields to Badgelayouts API response #197

Closed Sak1012 closed 1 week ago

Sak1012 commented 1 week ago

This PR aims to solve Issue #188 , this PR also fixes a small error with the Badgelayouts API Documentation

 "size": [
                {
                    "width": 148,
                    "height": 105,
                    "orientation": "portrait"
                }
            ],