Skip to content

Instantly share code, notes, and snippets.

@IndiceeCoder
Created June 21, 2011 21:48
Show Gist options
  • Save IndiceeCoder/1038994 to your computer and use it in GitHub Desktop.
Save IndiceeCoder/1038994 to your computer and use it in GitHub Desktop.
model dataset create
POST /api/models/datasets/create.xml HTTP/1.1
Authorization: OAuth xxxxxxxxxxx
Content-Type: application/xml
Host: secure.indicee.com
<dataset>
<name>sheet1.xls</name>
<description>X company's sale report</description>
</dataset>
<?xml version="1.0" encoding="UTF-8"?>
<dataset>
<uuid>aa99e3e0-8818-4174-88c7-3eac12c20fda</uuid>
</dataset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment