cds-snc / platform-forms-client

NextJS application that serves the public-facing website for Forms
https://forms-staging.cdssandbox.xyz/
MIT License
33 stars 13 forks source link

Try two more examples of integrations with languages other than JS / Node #4255

Open srtalbot opened 1 week ago

craigzour commented 1 week ago

Will try to replicate https://github.com/cds-snc/forms-api/tree/main/utils/responseRetriever in .NET

craigzour commented 1 week ago

Here is the first example in .NET https://github.com/cds-snc/forms-api/pull/56

I will now work on a clean Node/Typescript version that matches the .NET one.

anikbrazeau commented 5 days ago

Another potential option in addition to Node, Typescript, JavaScript and .NET could be Python?

craigzour commented 5 days ago

@anikbrazeau I am almost done with the Node.js one. I will be helping Bryan on the API refactoring work before making a Python integration example.

srtalbot commented 3 days ago

Just missing the integrated check that was pushed yesterday.