Module: Feedlr::Gateway::Microsoft
- Included in:
- Client
- Defined in:
- lib/feedlr/gateway/microsoft.rb
Overview
Microsoft API
The following API actions do not have corresponding methods in this module:
- Link Microsoft Account
Instance Method Summary collapse
-
#add_to_onenote(entry_id) ⇒ Feedlr::Success
Add an article in OneNote.
-
#unlink_microsoft ⇒ Feedlr::Success
Unlink Windows Live account.
Instance Method Details
#add_to_onenote(entry_id) ⇒ Feedlr::Success
Add an article in OneNote
25 26 27 |
# File 'lib/feedlr/gateway/microsoft.rb', line 25 def add_to_onenote(entry_id) build_object(:post , '/microsoft/oneNoteAdd', entryId: entry_id) end |
#unlink_microsoft ⇒ Feedlr::Success
Unlink Windows Live account
16 17 18 |
# File 'lib/feedlr/gateway/microsoft.rb', line 16 def unlink_microsoft build_object(:delete , '/microsoft/liveAuth') end |