API集成两家公司Tibco之间

huangapple go评论46阅读模式
英文:

API integration between two companies Tibco

问题

这是对我来说一个新主题,所以对可能的愚蠢问题请原谅。

需要设计一个API来查询和获取两家公司之间的一些数据。公司1使用Tibco进行集成和连接其系统/应用,所以好处是明显的。
公司2没有Tibco(也没有意图实施它)。

对于公司1,是否需要任何Tibco集成或有益?
最好的方法是创建两家公司之间的安全连接,并在没有任何Tibco的情况下使用API吗?

英文:

This is a new subject for me so apologies for potentially a stupid question.

An API needs to be designed to query and get some data between two companies. Company-1 uses Tibco for integration and interconnecting its systems/applications so the benefit is clear there.
Company-2 does not have Tibco (and does not intend to implement it).

Is there any Tibco integration needed or beneficial for Company-1 ?
Would be the best approach just create secure connectivity between the two companies and use API without any Tibco?

答案1

得分: 0

我假设您正在谈论REST / JSON API,并且想知道公司-2是否会从使用TIBCO调用由公司-1公开的API中获益。

虽然REST / JSON API的使用通常基于由Swagger或Open API规范文件定义的标准格式,但公司-2可以选择使用其选择的技术来调用由公司-1公开的API。这可以是类似于Spring的Java工具包,类似于TIBCO的集成解决方案,或者适合公司-2需求的任何其他解决方案(例如Python脚本、低代码开发工具等)。

英文:

I assume you are talking of REST / JSON APIs and you are wondering if Company-2 would get some benefits using TIBCO to call APIs exposed by Company-1 using TIBCO.

While the use of REST / JSON APIs is generally based on a standard format defined by a Swagger or Open API specification file, Company-2 can use the technology of its choice to call the APIs exposed by Company-1. This can be a Java toolkit like Spring, an Integration solution similar to TIBCO or any other solution that would fit Company-2 requirements (Python scripts, a low code development tool, etc).

huangapple
  • 本文由 发表于 2023年6月27日 17:59:28
  • 转载请务必保留本文链接:https://go.coder-hub.com/76563716.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定