Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this actually do anything yet? #2

Open
ncatanchin opened this issue Apr 17, 2014 · 3 comments
Open

Does this actually do anything yet? #2

ncatanchin opened this issue Apr 17, 2014 · 3 comments

Comments

@ncatanchin
Copy link

Seems like the only XeroBundle I can find with a quick search, but it doesn't seem like it is actively developed or that it was ever developed to the point of being useful.

Am I wrong? I can't see where the get method is:

$xeroClient = $this->get('blackoptic.xero.client');
$response = $xeroClient->get('Invoices')->send();

The bundle shows up in Packagist, KnpBundles - maybe it shouldn't until it is at a usable version.

I would be happy to help with development if the project is still active.

Cheers

@mradcliffe
Copy link
Contributor

XeroClient is an extension of Guzzle Client so any HTTP functionality will be handled by calling methods there (i.e. query parameters, etc...). I too think that XeroClient could have some more helper methods to build out / restrict based on Xero API.

@james75
Copy link
Owner

james75 commented May 27, 2014

The first intention of this Bundle was too provide a configurable way of dealing with the Xero authentication. I would be interested in extending this to provide some more helper methods. However at the moment I have not got the time too this but would be more than happy to accept any pull requests and or suggestion for future features.

@mradcliffe
Copy link
Contributor

As soon as I have time myself. I was hacking on my integration a bit this weekend, but didn't really get back to where I was using XeroBundle.

Hopefully soonish as most of my other OSS projects are blocked on other things at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants