Skip to content

feat: implemented a wrapper package for the Palace API's

Phil Taylor requested to merge feat/palace_api into main

Done:

  • used Swagger documentation and generated code to create a wrapper package for Laravel

Test:

  • review the code
  • confirm the unit tests are adequate
  • Open terminal - fin cli8 bash
  • Run unit tests export $(cat .env | xargs) && composer phpunit
  • Run PHPStan - $(cat .env | xargs) && composer phpstan

Merge request reports