`msgraph` todo's
Open
@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
$filterquery (maps to $filter, must be URI encoded) - support
selectqueryEg: id,@microsoft.graph.downloadUrl - error handling if drive id invalid
getFile()
- support for
$filterquery (maps to $filter, must be URI encoded) - support
selectqueryEg: 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.