Update a Socrata dataset using app token and private in HTTP basic
问题 I'm trying to write a script to update metadata on various datasets, using an authorized app. Using OAuth seems like the wrong approach (it's not a web-facing application for other users to use as themselves), and passing my own user name and password seems...icky. The SODA API authentication documentation is pretty confusing: All HTTP-basic-authenticated requests must be performed over a secure (https) connection, and should include an application token, which is obtained when you register