Skip to content

Commit 391d9b8

Browse files
author
Jeremy Tammik
committed
till WIP; added note to look at the fully completed curl sample
1 parent bc0ffed commit 391d9b8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ This provides the credentials to save in the file [credentials.txt](credentials.
2323

2424
Currently still work in progress.
2525

26+
At the moment, you should probably take a look at the [workflow-curl-view.and.data.api](https://github.com/Developer-Autodesk/workflow-curl-view.and.data.api) sample using Unix shell scripts and cURL.
27+
It is more fundamental than this Python sample and provides more working functionality than what is planned for this sample.
28+
29+
The Python one will be nice to have one of these days, especially because it might be possible to implement it so that it runs on both Unix and Windows. I hope you are already workhng on some flavour of Unix anyway, though.
30+
31+
2632

2733
## Dependencies
2834

pyadva.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# pylvm.py - demonstrate Autodesk 3D viewer authorisation and translation process in Python
2+
# pyadva.py - demonstrate Autodesk View and Data API authorisation and translation process in Python
33
#
44
# Copyright (C) 2014 by Jeremy Tammik, Autodesk Inc.
55
#

0 commit comments

Comments
 (0)