What GUI tool can I use for building applications that interact with multiple APIs?

Posted by tarasm on Stack Overflow See other posts from Stack Overflow or by tarasm
Published on 2010-04-08T19:46:04Z Indexed on 2010/04/12 18:53 UTC
Read the original article Hit count: 639

Filed under:
|

My company uses a lot of different web services on daily bases. I find that I repeat same steps over and over again on daily bases.

For example, when I start a new project, I perform the following actions:

  1. Create a new client & project in Liquid Planner.
  2. Create a new client Freshbooks
  3. Create a project in Github or Codebasehq
  4. Developers to Codebasehq or Github who are going to be working on this project
  5. Create tasks in Ticketing system on Codebasehq and tasks in Liquid Planner

This is just when starting new projects. When I have to track tasks, it gets even trickier because I have to monitor tasks in 2 different systems.

So my question is, is there a tool that I can use to create a web service that will automate some of these interactions? Ideally, it would be something that would allow me to graphically work with the web service API and produce an executable that I can run on a server.

I don't want to build it from scratch. I know, I can do it with Python or RoR, but I don't want to get that low level.

I would like to add my sources and pass data around from one service to another. What could I use? Any suggestions?

© Stack Overflow or respective owner

Related posts about api

Related posts about web-services