-
Speaking with a coworker and we need help with: An API SDK that uses a 'builder' approach. Ie, x = new fooRequest(); x.addArg(), x.addSomething(); etc - and finally x.execute() to call the API. Idea is the SDK is helping w/ an API that has very complex inputs. Any examples?