You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chapter-1.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,13 @@
9
9
<aname="ObtainingAnAPIKey"></a>
10
10
## Obtaining an API Key
11
11
12
-
All View & Data API applications accesses the service using an API key. The API key enables you to monitor your application's API usage, and ensures that Autodesk can contact you
12
+
All View & Data API applications access the service using an API key.
13
+
The API key enables you to monitor your application's API usage and ensures that Autodesk can contact you
13
14
about your application if necessary. Because these keys are used to authenticate your access to the API, this also protects your data from being accessed without your permission.
14
15
15
16
To create your API key:
16
17
17
-
* Visit the [Autodesk Developers Page](https://developer.autodesk.com/api/view-and-data-api/) and sign in with your Autodesk Account, or click the Sign Up link to create an account for free
18
+
* Visit the [Autodesk Developers Page](https://developer.autodesk.com/api/view-and-data-api/) and sign in with your Autodesk Account, or click the Sign Up link to create an account for free
18
19
if you don't already have one.
19
20
20
21
* Click the 'Create an App' link.
@@ -25,7 +26,7 @@ if you don't already have one.
25
26
26
27

27
28
28
-
* Complete the form and submit your request by pushing the 'Create App' button. Your application will appear in your application list. (Note: The 'Redirect URL' field is a required field,
29
+
* Complete the form and submit your request by pushing the 'Create App' button. Your application will appear in your application list. (Note: The 'Redirect URL' field is a required field,
29
30
but you don't have to provide a real URL if you don't have one - just add something like 'http://www.mysite.com').
30
31
31
32

@@ -34,8 +35,8 @@ but you don't have to provide a real URL if you don't have one - just add someth
34
35
35
36

36
37
37
-
By default, a key can be used on any site / application. However, we strongly recommend that you restrict the use of your key to domains that you administer, to prevent
38
-
use on unauthorized sites. We also recommend you create a new App (API key) for every new application (rather than reusing the same key in multiple applications).
38
+
By default, a key can be used on any site and application. However, we strongly recommend that you restrict the use of your key to domains that you administer, to prevent
39
+
use on unauthorized sites. We also recommend you create a new App (API key) for every new application rather than reusing the same key in multiple applications.
39
40
40
41
41
42
<aname="PrepareAModel"></a>
@@ -48,18 +49,19 @@ Now you have your API key, the next step is to upload and translate a model so i
48
49
49
50
Upload one of your models to your account and get its URN using the following [web page](http://models.autodesk.io).
50
51
51
-
Alternately, you can also use one of the desktop solutions below if you prefer:
52
+
Alternatively, you can use one of the following desktop solutions instead if you prefer:
52
53
53
54
- with a [Windows .NET WPF application](https://github.com/Developer-Autodesk/workflow-wpf-view.and.data.api)
54
55
55
56
- with a [Swift Mac OS application](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api)
56
57
57
-
If you prefer using cURL or another programming languages, there are more samples in our [GitHub collection](https://github.com/Developer-Autodesk?utf8=%E2%9C%93&query=workflow),
58
-
and on our [developer page](http://developer-autodesk.github.io/).
58
+
If you prefer using cURL or some other programming language, there are more samples in our
and on our [developer page](http://developer-autodesk.github.io).
59
61
60
-
If you don't have your own, some 2D/3D model samples are provided with this workshop, in the ['Sample files'](https://github.com/Developer-Autodesk/tutorial-getting.started-view.and.data/tree/dev-2.0/Sample%20files) folder.
62
+
If you don't have your own model to work with, some 2D and 3D sample models are provided with this workshop, in the [Sample files](https://github.com/Developer-Autodesk/tutorial-getting.started-view.and.data/tree/dev-2.0/Sample%20files) folder.
61
63
62
-
Each of this solutions will upload and translate a model on your account which you can use/view later.
64
+
Each of this solutions will upload and translate a model on your account which you can use and view later.
63
65
64
66
65
67
### Steps to translate a model using the [web page](http://models.autodesk.io).
@@ -126,10 +128,10 @@ Connect to your local server using a WebGL-compatible browser:
126
128
127
129
[http://localhost:3000/](http://localhost:3000/)
128
130
129
-
Note that we use port 3000 and not the default http port 80 because if you are on Mac OSX or use Skype, port 80 may be already in use. If you want to use port 80 to avoid
131
+
Note that we use port 3000 and not the default http port 80 because if you are on Mac OSX or use Skype, port 80 may be already in use. If you want to use port 80 to avoid
130
132
having to specify the port in the URL, edit the server.js file and change the default port from 3000 to 80, and restart the node.js server.
0 commit comments