stormpath / stormpath-sdk-android

Android library for Stormpath
http://www.stormpath.com
Apache License 2.0
18 stars 15 forks source link

Basic setup of project and architecture #2

Closed reisub closed 8 years ago

reisub commented 8 years ago

This PR contains the basic project setup.

The public API for the users is the Stormpath class which is configured using StormpathConfiguration.Builder and will fail fast if it has been improperly configured or not configured at all.

It also contains the platform abstractions (see Platform and AndroidPlatform) and some glue code for it all to work together.

What's planned next:

dogeared commented 8 years ago

Some minor edits. Once resolved, this PR is approved.

edjiang commented 8 years ago

The base URL will be hitting the integrations, not Stormpath. As of the last conversation I had with @omgitstom, we are not adding a /v1/ or anything to version it. Either way, that's more of a decision on the integration side than the client SDK side.