Skip to content

Commit 5c9d13e

Browse files
author
Jeremy Tammik
committed
typos
1 parent ae3b650 commit 5c9d13e

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

chapter-1.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
<a name="ObtainingAnAPIKey"></a>
1010
## Obtaining an API Key
1111

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
1314
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.
1415

1516
To create your API key:
1617

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
1819
if you don't already have one.
1920

2021
* Click the 'Create an App' link.
@@ -25,7 +26,7 @@ if you don't already have one.
2526

2627
![Choose view and data API](img/selectAPI.png)
2728

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,
2930
but you don't have to provide a real URL if you don't have one - just add something like 'http://www.mysite.com').
3031

3132
![App is created](img/appCreated.png)
@@ -34,8 +35,8 @@ but you don't have to provide a real URL if you don't have one - just add someth
3435

3536
![](img/showConsummkerKeys.png)
3637

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.
3940

4041

4142
<a name="PrepareAModel"></a>
@@ -48,18 +49,19 @@ Now you have your API key, the next step is to upload and translate a model so i
4849

4950
Upload one of your models to your account and get its URN using the following [web page](http://models.autodesk.io).
5051

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:
5253

5354
- with a [Windows .NET WPF application](https://github.com/Developer-Autodesk/workflow-wpf-view.and.data.api)
5455

5556
- with a [Swift Mac OS application](https://github.com/Developer-Autodesk/workflow-macos-swift-view.and.data.api)
5657

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
59+
[GitHub collection](https://github.com/Developer-Autodesk?utf8=%E2%9C%93&query=workflow),
60+
and on our [developer page](http://developer-autodesk.github.io).
5961

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.
6163

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.
6365

6466

6567
### 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:
126128

127129
[http://localhost:3000/](http://localhost:3000/)
128130

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
130132
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.
131133

132134

133135
=========================
134-
[Next](chapter-2.md#Chapter2) -
136+
[Next](chapter-2.md#Chapter2) -
135137
[Home](README.md)

0 commit comments

Comments
 (0)