Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.28 KB

File metadata and controls

31 lines (19 loc) · 1.28 KB

Copyright Notice

Copyright © 2005-2024 Broadcom. All Rights Reserved. The term “Broadcom” refers to Broadcom Inc. and/or its subsidiaries.

Contact [email protected] for permissions.

Spring Academy OAuth 2.0 REST API Security Course

This repository represents the structure of the real-world simulated project used to teach Spring Academy learners concepts taught in a course. This repo is a companion to the Spring Academy OAuth 2.0 REST API Security Course repository.

Branches and environments

  • main - Commits to this branch will automatically be deployed to Spring Academy Staging
  • prod - Commits will be used for Spring Academy. Deploys are a manual process at this time.

Documentation

Learn more about building courses and labs in the Spring Academy Contribution Guide.

GET All Cash Cards

http :8080/cashcards -A bearer -a $TOKEN

POST a cashcard

http POST :8080/cashcards amount=50.89 owner=sarah1 -A bearer -a $TOKEN