Skip to content

Commit

Permalink
added Sample 8 info & fixed typo
Browse files Browse the repository at this point in the history
- sample 8 was undocumented even though it was added to when I closed #13
- sample 6 had a typo in the title
  • Loading branch information
radumg authored Sep 30, 2017
1 parent 7f649f4 commit 28b8e8f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Please consult the sample files provided in this repository and in the package's
Feel free to submit PR if you want to add some documentation in the meantime.

## Samples
There are 7 sample Dynamo graphs included with the package, check out the `extra` folder in the downloaded package or the [samples folder](https://github.com/radumg/DynaWeb/tree/master/samples) of this repository. Also note the DYN samples are offered in both Dynamo 1.3 file format and Dynamo 2.0 new format.
There are 8 sample Dynamo graphs included with the package, check out the `extra` folder in the downloaded package or the [samples folder](https://github.com/radumg/DynaWeb/tree/master/samples) of this repository. Also note the DYN samples are offered in both Dynamo 1.3 file format and Dynamo 2.0 new format.

The samples start from super-simple and increase in complexity :

Expand All @@ -79,12 +79,15 @@ this introduces the use of the `WebClient` class and some of the basic priciples
__Sample 5 - REST API advanced__
Introduces POST-ing to a REST API service and handling JSON payloads. Once the request is submitted, the response is deserialised too.

__Sample 6 - Comples POST request__
__Sample 6 - Complex POST request__
further expands on the above example, building a complex `WebRequest` with 6 steps before its execution.

__Sample 7 - Upload file to Autodesk Forge__
this example builds a `WebRequest` and attaches a file to it, to upload directly to the `Autodesk Forge` service. See the issue that sparked this sample [here](https://github.com/radumg/DynaWeb/issues/11).

__Sample 8 - Autodesk Forge request token__
this example builds a POST `WebRequest`, used to request an authorisation token from the `Autodesk Forge` service. See the issue that sparked this sample [here](https://github.com/radumg/DynaWeb/issues/13).


## Class structure
There's 5 main namespaces you'll find in DynaWeb :
Expand Down

0 comments on commit 28b8e8f

Please sign in to comment.