Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaun committed Jan 21, 2025
1 parent 286c12b commit 8066ea8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.0.0-beta.3</Version>
<Version>1.0.0-beta.4</Version>
</PropertyGroup>
</Project>
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,23 @@ public class App : DesignApplication<DesignAutomation>
}
```

## Tests

The `ricaun.Revit.DA.Tests` test project requires some environment variables with the APS configuration to enable running Design Automation for Revit and test the `ricaun.Revit.DA.Example`.

The project use the package [Autodesk.Forge.Oss.DesignAutomation](https://github.com/ricaun-io/forge-api-dotnet-oss.design.automation) with the `APS_CLIENT_ID` and `APS_CLIENT_SECRET`.

```
APS_CLIENT_ID=<your client id>
APS_CLIENT_SECRET=<your client secret>
```

Your APS application requires to have API access to `Data Management API` and `Design Automation API`.

### Build

To build the project and generate the `ricaun.Revit.DA.Example.bundle.zip` is required to run the `Build` project or execute the `build.cmd` in the main solution folder.

## License

This project is [licensed](LICENSE) under the [MIT License](https://en.wikipedia.org/wiki/MIT_License).
Expand Down

0 comments on commit 8066ea8

Please sign in to comment.