-
Notifications
You must be signed in to change notification settings - Fork 119
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
Example Apps #11
Comments
agreed! I can write one with choo 🚆 it's a _mono_repo, so why not just stick 'em in a |
I'm with @jgravois lets just keep everything in one place. You could just add |
I would also add the following server-side oauth 2 examples:
|
@dbouwman I'm writing some helper methods for handling oauth so I'll take the jQuery example. |
@jgravois @patrickarlt - sounds great! |
I've added the start of a Vanilla JS client side app and a barebones express app in #16. |
more |
initial demographics package (getAvailableDataCollections())
In order to ensure that the api works for our desired use-cases, I propose we build some simple applications to validate the library.
The following demos seem useful:
For the browser demos, the app should use oAuth to get a token, then instantiate a session and execute a simple, authenticated search @ AGO.
The node example should take the creds as command-line args, and iterate over all the items the user owns, listing the titles.
At this point, lets keep these as vanilla as possible - just bootstrap + minimal code needed. We can build idiomatic examples down the road.
I'll sign-up to create the
arcgis-rest-js-demos
repo, and build the jquery, ember and node examples. Need some Dojo/Angular/React people to jump in as well @tomwayson @mjuniper??The text was updated successfully, but these errors were encountered: