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

update examples page with DSMAPI reference #50

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions examples/upsert.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The ability to write to a Socrata dataset requires you to own that dataset or be
- If you're a member of a community group working on open data, request the creation of a [Socrata Community Portal](http://communities.socrata.com).
- Get hired by one of our wonderful customers. :)

Also, be sure to decide which method of writing to a Socrata dataset you wish to use. The Socrata Open Data API (SODA) supports writing directly to the dataset, whereas the [Data Management API](https://socratapublishing.docs.apiary.io/) stages data updates in drafts and applies on-platform data transforms. See the latter's documentation for more detail.

## Create Your Client and Authenticate

The soda-ruby Gem supports [HTTP Basic Authentication](http://en.wikipedia.org/wiki/Basic_access_authentication) over HTTPs, one of the two different [authentication methods](http://dev.socrata.com/docs/authentication.html) supported by the Socrata APIs. You'll also need to register for an [application token](http://dev.socrata.com/docs/app-tokens.html).
Expand Down