Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Locate Unique Patron #15

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Locate Unique Patron #15

wants to merge 3 commits into from

Conversation

jasonycin
Copy link
Collaborator

Closes #6

Changes

The Power Automate Flow now locates the patron with the specified email, initializes variables, and returns those back to the server. The code now parses the patron and returns it with proper typings.

Testing

To test:

  1. Start the server
  2. Open the Swagger UI
  3. In the FlowController/test endpoint, input a valid email:
{"email":"[email protected]"}
  1. Test this with a non-existent email as well and see if you get the right error message.
  2. See console output to see if the data is right.

Success should look something like this:
image

@jasonycin jasonycin self-assigned this Mar 12, 2023
@jasonycin jasonycin requested a review from Pigf00d March 12, 2023 00:23
@jasonycin jasonycin requested review from angles88865, peaceheis and Pigf00d and removed request for peaceheis, angles88865 and Pigf00d March 30, 2023 01:50
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find unique patron
1 participant