OpenFn / OpenFn/adaptors

`msgraph` todo's

Open
#310 1 comment 0 reactions 1 assignee View on GitHub

@mtuchi is already working on this.

Since Jul 20, 2023.

Dominant language
JavaScript
Stars
24
Forks
41
Avg merge
3d 13h
Merged PRs (30d)
12

Description

Description

TODO's left over from implementation of #284

general

  • test references, compose state
  • defaultOptions documentation
  • improved docs - see #500

getDrive()

  • pass a string drive id as the specifier
  • how will we get a list of drives?
  • can we use /me/drive to get the user's default drive?
  • maybe error if no id

getFolder()

  • support for $filter query (maps to $filter, must be URI encoded)
  • support select query Eg: id,@microsoft.graph.downloadUrl
  • error handling if drive id invalid

getFile()

  • support for $filter query (maps to $filter, must be URI encoded)
  • support select query Eg: id,@microsoft.graph.downloadUrl
  • if response is a single file, it needs to be nested in an array
  • error handling if drive id invalid

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.