> > I don't really like to add such API extensions, because that is just a speed > optimization? > > Yes. As creating and establishing SSL connections is really expensive. But you need to create the connection only once - then you can call multiple API methods (using http keep-alive flag).