{"id":20054307,"url":"https://github.com/onedrive/onedrive-api-docs","last_synced_at":"2025-04-14T06:04:57.101Z","repository":{"id":24652352,"uuid":"28062377","full_name":"OneDrive/onedrive-api-docs","owner":"OneDrive","description":"Official documentation for the OneDrive API","archived":false,"fork":false,"pushed_at":"2025-02-14T20:28:43.000Z","size":13418,"stargazers_count":464,"open_issues_count":101,"forks_count":237,"subscribers_count":89,"default_branch":"live","last_synced_at":"2025-03-30T23:09:48.643Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OneDrive.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-16T00:09:49.000Z","updated_at":"2025-03-26T20:27:45.000Z","dependencies_parsed_at":"2023-02-16T20:01:25.071Z","dependency_job_id":"5a926d27-8a2c-4661-9f67-ade657696854","html_url":"https://github.com/OneDrive/onedrive-api-docs","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneDrive%2Fonedrive-api-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneDrive%2Fonedrive-api-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneDrive%2Fonedrive-api-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OneDrive%2Fonedrive-api-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OneDrive","download_url":"https://codeload.github.com/OneDrive/onedrive-api-docs/tar.gz/refs/heads/live","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247569124,"owners_count":20959760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T12:39:46.006Z","updated_at":"2025-04-07T00:14:24.143Z","avatar_url":"https://github.com/OneDrive.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OneDrive API Documentation\n\nThis repository is home to the OneDrive developer documentation.\nThis includes documentation for a portion of the Microsoft Graph that accesses OneDrive and SharePoint content, and documentation for Office 365 file handlers and file pickers.\n\nFor easier navigation of content, we recommend consuming this content from the [OneDrive Developer Portal](https://developers.microsoft.com/onedrive) or from [https://docs.microsoft.com/onedrive/developer](https://docs.microsoft.com/onedrive/developer).\n\n## Contribute to OneDrive developer documentation\n\nWe welcome contributions from our community (users, customers, partners, MSFT employees, etc.)\nHow you contribute depends on who you are:\n\n* **Community - minor updates**: If you are contributing minor updates out of the goodness of your heart, you can find the article in this repository, or visit the article on [https://docs.microsoft.com/onedrive/developer](https://docs.microsoft.com/onedrive/developer) and click the **Edit** link in the article that goes to the GitHub source for the article.\nThen, just use the GitHub UI to make your updates.\nOr, you are welcome to fork the repository and submit updates from your fork.\n\n* **Community - new articles**: If you're part of the OneDrive or SharePoint community and you want to create a new article, you need to work with an employee to help bring that new content in through a combination of work in the public and private repository.\n\n* **Employees**: If you are a technical writer, program manager, or developer from the product team and it's your job to contribute to or author technical articles, you should use the repository in our Visual Studio instance.\nIf you are making substantial changes to an existing article, adding or changing images, or contributing a new article, you need to fork this repository, install Git, a markdown editor, and learn some git commands.\nSee [the internal contributor's guide](https://review.docs.microsoft.com/en-us/help/contribute/?branch=master) for more information.\n\n## About your contributions to OneDrive content\n\n### Minor corrections\n\nMinor corrections or clarifications you submit for documentation and code examples in this repo are covered by the [docs.microsoft.com Terms of Use](https://docs.microsoft.com/legal/termsofuse).\n\n### Larger submissions\n\nIf you submit a pull request with new or significant changes to documentation and code examples, we'll send a comment in GitHub asking you to submit an online Contribution License Agreement (CLA) if you are not an employee of Microsoft.\nWe need you to complete the online form before we can accept your pull request.\n\n## Tools and setup\n\nCommunity contributors can use the GitHub UI or fork the repo to contribute.\nEmployees should visit [the internal contributor's guide](https://review.docs.microsoft.com/en-us/help/contribute/?branch=master) for more information about how to contribute to the technical documentation set.\n\n## Repository organization\n\nThe content in the `onedrive-api-docs` repository follows the organization of documentation on https://docs.microsoft.com/onedrive/developer. This repository contains a few root folders:\n\n### \\docs\n\nThe *\\docs* folder contains the documentation articles formatted as markdown files with an *.md* extension.\n\nThe *\\docs* folder contains the *\\media* folder for root directory article media files, such as inline images.\n\n### \\templates\n\nThe *\\templates* folder contains markdown formatted topic templates when adding a new API or resource to the repository.\nPlease use these templates when authoring a new topic.\n\n### \\tests\n\nThe *\\tests* folder contains configuration and [Markdown-Scanner](https://github.com/onedrive/markdown-scanner) scenario definitions which are used for automated testing of the documentation.\nAll pull requests to update the documentation will be validated using these tests, which validate consistency of the documentation and verify that the API implementation matches the documentation.\n\n## How to use markdown to format your topic\nAll the articles in this repository use GitHub flavored markdown.\nHere's a list of resources.\n\n* [Markdown basics](https://help.github.com/articles/markdown-basics/)\n\n## Microsoft Open Source Code of Conduct\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonedrive%2Fonedrive-api-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonedrive%2Fonedrive-api-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonedrive%2Fonedrive-api-docs/lists"}