-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updated "Getting Started" documentation #1116
Conversation
Good job! thank you! |
Hi @alejcas, thanks for accepting the PR! Did you have a chance to run |
I'm having some hard weeks this days. I'll do it asap. |
This is not urgent @alejcas. No need to expedite. Thank you for your help! |
If you want or/and have time, setting this info into the readme could also be very good for beginners. thanks |
Absolutely! I have added the app registration steps to the README in PR #1118. Let me know if you have any edits or questions! |
Unfortunately the doc build step is not working although there are no errors. Do you know why? |
It looks to me like there should be a GitHub action to create the pages, and then use the GitHub pages settings to deploy it. I haven't got time to try it out on my fork this week, but if you don't figure it out I'll try it next week. https://coderefinery.github.io/documentation/gh_workflow/ Edit: Did you lose the action when you moved to this repository a long time ago, or was someone running it by hand? |
Hey @alejcas, I'm not familiar with the workflow but the feedback from @RogerSelwyn looks helpful. |
I have created this PR to add key missing api docs and automate the publication - #1129 |
Background
One of the biggest barriers for beginners to get started with the python-o365 library is setting up OAuth authentication. The “Getting Started” guide referenced the outdated
apps.dev.microsoft.com
portal, could include additional detail, and did not include an example of how to use the library. In addition, other tools that use the python-o365 library can benefit from improved getting started instructions.Challenge
With the transition to the Microsoft Entra Admin Center, the old instructions might confuse users by pointing them toward a deprecated portal. A more detailed guide could help developers navigate the new Microsoft Entra Admin Center and quickly understand python-o365 installation and usage.
Changes
Updated Microsoft Entra Admin Center References
apps.dev.microsoft.com
portal.Expanded Basic Usage Section
Account
and send an email with python-o365.