-
Notifications
You must be signed in to change notification settings - Fork 7
(WIP) Added couple of API calls - Calendar, Online-Meetings, Rooms... #17
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
base: main
Are you sure you want to change the base?
Conversation
|
thanks for sharing this @zealot128 👍🏽 I recently discovered that microsoft graph is actually an odata service. So playing with the idea of instead making this a thin wrapper around something like https://github.com/getoutreach/frodo, which already supports chaining. If that fails we can look into incorporating these changes some how. thanks again |
|
@grantspeelman how did it do? The project seems kind of dead? Just look at this PR which I also would need for my project. |
|
It's still only a idea, have not done anything more beyond the thought 😃 |
|
I tested with https://github.com/shaneshort/frodata which what the first I found which did not conflict with the faraday version. I cannot fetch complex_types ( So please let me know if you have found a solution to this? |
Hey, thankfully i've discovered your repository which was a great start to integrate our App with MS365. I've added tons of actions, but refactored it in the meantime. I don't expect this to be merged (ever/anytime soon), as there are also no tests atm. But nevertheless wanted to make sure you or other user can see our changes.
pathfrom outside, but rather determine the path when given auser_id, otherwise use theme/variants.ChainableActionas Base class , used it for all my new actions and forusers(The other ones, mails todos etc. I didn't touch at all, because our app does not need it and has not the scope to request it anyways).allinstead of.get. internally uses .get to request each page until there are no more pages left..select.filter.top.skipetc. without having to implement it by each action again.New Api calls:
Rubocop:
Missing: