<?xml version="1.0" encoding="ISO-8859-15"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns="http://purl.org/rss/1.0/">
<channel rdf:about="http://www.shapeways.com/forum/index.php">
  <title>Shapeways: Bring your creativity to life in 3D</title>
  <link>http://www.shapeways.com/forum/index.php</link>
  <description>Shapeways: Bring your creativity to life in 3D</description>
  <items>
    <rdf:Seq>
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26200&amp;th=5033#msg_26200" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26210&amp;th=5033#msg_26210" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26329&amp;th=5033#msg_26329" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26615&amp;th=5033#msg_26615" />
			<rdf:li rdf:resource="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26622&amp;th=5033#msg_26622" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26200&amp;th=5033#msg_26200">
  <title>Model upload API change proposal, your input is requested</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26200&amp;th=5033#msg_26200</link>
  <description><![CDATA[Hi all,<br />
<br />
Lots (all?) of you want to get the model_id reported when you upload a model.<br />
Currently the API returns the string &quot;successful&quot;.<br />
<br />
Which new format would you prefer :<br />
<br />
12345<br />
<br />
or<br />
<br />
&quot;successful, model_id=12345&quot;<br />
<br />
or something more XML-like ?<br />
<br />
I personally prefer the &quot;successful, model_id=12345&quot; string as that is simple and leaves room for extensions.<br />
<br />
If we change the return value would this break your existing clients ?<br />
If it does we have to move the model_id return feature to a new v2 API so that you can still use the unchanged v1 API.<br />
<br />
-- Hans]]></description>
  <dc:subject></dc:subject>
  <dc:creator>hans.lambermont</dc:creator>
  <dc:date>2011-04-19T09:38:41-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26210&amp;th=5033#msg_26210">
  <title>Re: Model upload API change proposal, your input is requested</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26210&amp;th=5033#msg_26210</link>
  <description><![CDATA[coma delimited is fine for me but leave out the space so i can use explode without trimming.<br />
<br />
for hidden objects the hidden hash is needed also.  ideally the hash could be found in 2 ways.<br />
<br />
1) returned with success string<br />
2) an extra function such as findURL($objectName or $objectID) or findHash either will work and id is better if you are returning the id with success.<br />
<br />
as for braking code it will not break mine because i assume any response other then fail is a pass.  and no response or fail is a fail.  so far i get no response more often then not.<br />
<br />
while we are at it can you possible return volume also so i can check if you calculated differently then me? or better yet make a library we can run locally to check the model before uploading?]]></description>
  <dc:subject></dc:subject>
  <dc:creator>mctrivia</dc:creator>
  <dc:date>2011-04-19T14:51:33-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26329&amp;th=5033#msg_26329">
  <title>Re: Model upload API change proposal, your input is requested</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26329&amp;th=5033#msg_26329</link>
  <description><![CDATA[wouldn't break anything for meshmixer, I ignore the return value...]]></description>
  <dc:subject></dc:subject>
  <dc:creator>meshmixer</dc:creator>
  <dc:date>2011-04-21T20:52:13-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26615&amp;th=5033#msg_26615">
  <title>Re: Model upload API change proposal, your input is requested</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26615&amp;th=5033#msg_26615</link>
  <description><![CDATA[As I mentioned in another thread, we do allow you to retrieve a model ID for a public (not private) model; take a look at this example code: <br />
<br />
if ($application_id == 'generated-creator') {<br />
$returnValue = $modelEntity-&gt;id;<br />
} else {<br />
$returnValue = &quot;successful&quot;;<br />
}<br />
<br />
So, set your application_id to be 'generated-creator', and you'll get the model ID value in return.<br />
<br />
-Ben]]></description>
  <dc:subject></dc:subject>
  <dc:creator>horst</dc:creator>
  <dc:date>2011-04-27T15:19:47-00:00</dc:date>
</item>

<item rdf:about="http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26622&amp;th=5033#msg_26622">
  <title>Re: Model upload API change proposal, your input is requested</title>
  <link>http://www.shapeways.com/forum/index.php?t=rview&amp;goto=26622&amp;th=5033#msg_26622</link>
  <description><![CDATA[great but when will you return the hash code for hidden objects]]></description>
  <dc:subject></dc:subject>
  <dc:creator>mctrivia</dc:creator>
  <dc:date>2011-04-27T15:37:16-00:00</dc:date>
</item>
</rdf:RDF>