Ebay Signature #3
Replies: 3 comments 2 replies
-
Thank you for letting me know, may I know If you get any error currently without using signature? |
Beta Was this translation helpful? Give feedback.
-
Hi,
Endpoint call fails without signature.
I only need getTransactions, that's why i was lazy with the implementation. |
Beta Was this translation helpful? Give feedback.
-
I have pushed a new version and included signing key support. Thank you for your contribution. Please have a test. |
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks for the Work you're putting into this project. Maybe it would be nice, to add signature to the repository. Made it for my personal use, but didn't (yet) integrate payload signature. Sorry for my bad english, i'm native german speaker.
My actual solution is:
New Controller for the signature
Model for the signing key:
Change in Constants.cs:
Change in EbayController:
Change in FinancesController:
Source to generate signature:
--> I was lazy and took the code from here: https://stackoverflow.com/questions/76034590/ebay-digital-signature-for-restful-apis-sign-signature-base-with-given-private because i had problems with the Keys.
Change in Request Executer:
Beta Was this translation helpful? Give feedback.
All reactions