I'm making a cloud system and I want to integrate some open source APIs like Writer,Image Viewer etc.. I'm using GWT framework and Google App Engine as a host server I know that my Apis must be in Python or Java which Google app Engine platform support so I searched for one of them and found API called
Zoho Writer
我正在制作一个云系统,我想整合一些开源API,如Writer,Image Viewer等。我使用GWT框架和Google App Engine作为主机服务器我知道我的Apis必须是Python或Java Google App Engine平台支持,因此我搜索了其中一个,并找到了名为Zoho Writer的API
1 个解决方案
#1
0
If what you're looking for is access to Google's public APIs, and you're using Eclipse with Google Plugin for Eclipse, then you have a button that brings up a list of all Google APIs that have GWT interfaces, and allows you to install the client library for each.
如果您正在寻找的是访问Google的公共API,并且您正在使用Eclipse与Google Plugin for Eclipse,那么您将有一个按钮,其中显示所有具有GWT接口的Google API列表,并允许您安装每个客户端库。
See here: https://developers.google.com/eclipse/docs/googleapis
请参阅此处:https://developers.google.com/eclipse/docs/googleapis
#1
0
If what you're looking for is access to Google's public APIs, and you're using Eclipse with Google Plugin for Eclipse, then you have a button that brings up a list of all Google APIs that have GWT interfaces, and allows you to install the client library for each.
如果您正在寻找的是访问Google的公共API,并且您正在使用Eclipse与Google Plugin for Eclipse,那么您将有一个按钮,其中显示所有具有GWT接口的Google API列表,并允许您安装每个客户端库。
See here: https://developers.google.com/eclipse/docs/googleapis
请参阅此处:https://developers.google.com/eclipse/docs/googleapis