Your thoughts on the suggested architecture for addressing the challenges and maintenance of third-party API implementation #3828
Closed
hamzehsarlak
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been working for a company that implements third-party marketplace APIs like Amazon, eBay, Walmart, etc. We have to deal with 300 different API structures (REST, GraphQl, WebSocket, WCF, SFTP, etc.). So as a software architect, I was thinking about using low-code, no-code platforms like Zapier, MuleSoft, etc. but I found it impossible to implement my needs on these platforms.
If you think about it, creating a product on Amazon has a standard flow, but your company's business is different from others. Do you know how many times these APIs have been implemented by developers across the world and how many hours they spend updating them and redeploying their solutions? Now imagine we had a low-code, open-source repository for these APIs.
Where you can:
Real-world example:
Now: You hard-coded the implementation for SP-API to update product feeds(or you are using package). You need to change your code in case of bugs, changes, features, etc.
After:
It will brings many benefits to your system.
Topic for discussion:
1 vote ·
Beta Was this translation helpful? Give feedback.
All reactions