(WIP) Added couple of API calls - Calendar, Online-Meetings, Rooms...#17
(WIP) Added couple of API calls - Calendar, Online-Meetings, Rooms...#17zealot128 wants to merge 9 commits intoNEXL-LTS:mainfrom
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: