-
Notifications
You must be signed in to change notification settings - Fork 12
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
Move to \MarketoApi namespace #7
Comments
@Jaesin Why not before? |
@Jaesin I have added some notes for the project, let me know what you think about those TODO items. I agree we need more testing around everything. In my opinion I think we should aim to cover every endpoint Marketo offers in their REST services. That would mean we have a lot more to add and we might consider breaking up the Client.php file, I was thinking of breaking it up like this?
|
As far as not chaging the namespace before a 1.0, we are using this library in some projects that will need minor refactoring. That said, I think we need to create a point release. As far as implementing new client calls. I would like to see us writing less code and using the For guzzle 6, we need a middleware for oauth2 and the services.json file. It would be quite nice if that was all we needed. guzzle/guzzle-services#109 |
|
This should be done at the time of a 1.0 release but not before.
The text was updated successfully, but these errors were encountered: