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: Readme.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ from revit_meows import APSRevit
31
31
from aps_toolkit import Auth
32
32
token = Auth().auth3leg()
33
33
urn ="<urn of item version>"
34
-
revit_meows = APSRevit(urn,token)
34
+
revit_meows = APSRevit(urn,token,region="US")
35
35
df = revit_meows.get_all_data()
36
36
df.to_csv("revit_data.csv")
37
37
```
@@ -54,6 +54,11 @@ pip install -e .
54
54
55
55
This project is licensed under the Apache License - see the [LICENSE](./License.md) file for details.
56
56
57
+
## Contributing
58
+
59
+
This is project just research in my free time and don't have any power to keep it up to date. If you want to contribute, please feel free to fork and submit a pull request.
0 commit comments