jordanpartridge / jordanpartridge.us

My Personal website, featuring home page blogs, projects strava integration of recent rides and Black Jack coming soon!
https://jordanpartridge.us
1 stars 0 forks source link

Integrate Card API #69

Closed jordanpartridge closed 1 month ago

jordanpartridge commented 1 month ago

Card API Integration using Saloon

Description

The Card API is now online, and we need to build an integration utilizing Saloon, a PHP HTTP client that offers a simple and expressive way to make HTTP requests.

Tasks

Acceptance Criteria

  1. Saloon integration is complete and functional
  2. All necessary API endpoints are accessible through the integration
  3. Error handling is robust and informative
  4. Secrets are properly stored in .env and not committed to the repository
  5. .env.example is updated with new key(s) (without actual values)

Additional Notes

Resources