Showing Posts For morley.7592:

API Development Plans

in API Development

Posted by: morley.7592

morley.7592

Great job on the API!

It might be helpful to to bundle API calls, the way Facebook allowed (and possibly still allows) FQL queries to be bundled. As an example: say I wanted to get all the event state for four different events on five different servers; I THINK (and could be wrong) that right now, you’d have to retrieve each event / server pair separately, or get the whole event list for each server. It’d be cool to bundle that into one server request.

Sorry if the API does this right now and I just didn’t read the docs right!