groton-school / sky-api

PHP client for Blackbaud's SKY API
https://groton-school.github.io/sky-api/
GNU General Public License v3.0
1 stars 0 forks source link

handle enums #1

Closed github-actions[bot] closed 8 months ago

github-actions[bot] commented 8 months ago

https://github.com/groton-school/sky-api/blob/a4cd4523ae68ffdbb23c0ee615dbf42587ae88bf/src/OpenAPI/ObjectMap.php#L108


                        if ($property["type"] == "array") {
                            // $description = $api["components"]["schemas"][$type]["description"];
                        }
                        // TODO handle enums
                    } else {
                        $type = basename($property['$ref']);
                        $description = array_key_exists(
github-actions[bot] commented 8 months ago

Closed in 5a768214a2baef9cb3c676415e6ca71fc231e656