Skip to content
This repository was archived by the owner on May 10, 2018. It is now read-only.

PHP SDK: Infrastructure & Authentication #1

Merged
merged 4 commits into from
Jun 26, 2012
Merged

Conversation

davidfstr
Copy link
Contributor

These are the first commits that setup the infrastructure for the PHP SDK.

In particular:

  • Initial class layout has been defined
  • Unit testing is present
  • Code-level documentation generation works

Please review to see if you have any issues with the overall structure & project organization.

@ghost ghost assigned itay and madhadron Jun 22, 2012
* 'scheme' => (optional) The scheme to use: either "http" or "https". Defaults to "https".
* 'http' => (optional) An Http object that will be used for performing HTTP requests.
* }
*/
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to add a token field to this to allow people to pass tokens in from elsewhere. We added it later in Python, but it's trivial enough that you may as well do it now.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@madhadron
Copy link
Contributor

Okay, I've reviewed it. Can I go rock in the corner and cry now?

@davidfstr davidfstr merged commit 4f7bd72 into develop Jun 26, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants