openintegrations / openSDKs

https://github.com/users/tonyxiao/projects/2
MIT License
14 stars 1 forks source link

feat(openIntProxyLink): Adding Openint proxy link #39

Open pellicceama opened 1 week ago

pellicceama commented 1 week ago

[!IMPORTANT] Add OpenInt proxy link feature with validation, client integration, and tests for new authentication methods.

  • Feature:
    • Add openIntProxyLink in openIntProxyLink.ts for handling proxy requests with OpenInt.
    • Validate options using validateOpenIntProxyLinkOptions() for correct authentication combinations.
    • Integrate openIntProxyLink into createClient() in createClient.ts when auth options are provided.
  • Tests:
    • Add tests in createClient.spec.ts for link array length and overrides.
    • Add tests in index.spec.ts for sdk-qbo to verify new authentication methods.
  • Misc:
    • Update ClientOptions in createClient.ts to include auth for proxy link options.
    • Modify index.ts in sdk-qbo to support new authentication methods.
    • Add authLink.ts to handle different authentication methods.

This description was created by Ellipsis for 01ebc72598cd12e16f9078997bdc3733c9af8f5c. It will automatically update as commits are pushed.