{"id":34719131,"url":"https://github.com/lit-technology/sharepoint-client","last_synced_at":"2026-04-25T07:33:51.697Z","repository":{"id":48884978,"uuid":"219104710","full_name":"lit-technology/sharepoint-client","owner":"lit-technology","description":"Java Client for Sharepoint.","archived":false,"fork":false,"pushed_at":"2021-07-07T06:11:02.000Z","size":22,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-26T12:47:53.689Z","etag":null,"topics":["github-actions","github-package-registry","integration","java","sharepoint"],"latest_commit_sha":null,"homepage":"","language":"Java","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/lit-technology.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-02T04:46:23.000Z","updated_at":"2021-02-10T11:45:51.000Z","dependencies_parsed_at":"2022-09-16T03:50:27.526Z","dependency_job_id":null,"html_url":"https://github.com/lit-technology/sharepoint-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lit-technology/sharepoint-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Fsharepoint-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Fsharepoint-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Fsharepoint-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Fsharepoint-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lit-technology","download_url":"https://codeload.github.com/lit-technology/sharepoint-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lit-technology%2Fsharepoint-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32254696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["github-actions","github-package-registry","integration","java","sharepoint"],"created_at":"2025-12-25T01:29:49.944Z","updated_at":"2026-04-25T07:33:51.693Z","avatar_url":"https://github.com/lit-technology.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sharepoint Client\n[![Actions Status](https://github.com/philip-bui/sharepoint-client/workflows/build/badge.svg)](https://github.com/philip-bui/sharepoint-client/actions)\n\n[SharePoint](https://products.office.com/en-au/sharepoint/collaboration) is a document management and collaboration tool developed by Microsoft used as a Content Management System.\n\n## Requirements\n\n- Create a [Sharepoint Add-in](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/creating-sharepoint-add-ins-that-use-low-trust-authorization).\n- Retrieve the Client ID, Client Secret, Domain and Principal for your [Add-In](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/authorization-code-oauth-flow-for-sharepoint-add-ins#authorization-code-oauth-flow-for-add-ins-that-request-permissions-on-the-fly).\n\n## Installation\n\n### Maven\n\nSet up Apache Maven to authenticate to GitHub Package Registry by editing your ~/.m2/settings.xml. For more information, see \"[Authenticating to GitHub Package Registry](https://help.github.com/en/github/managing-packages-with-github-package-registry/configuring-apache-maven-for-use-with-github-package-registry#authenticating-to-github-package-registry)\".\n\n```xml\n\u003cdependencies\u003e\n  \u003cdependency\u003e\n    \u003cgroupId\u003ecom.philipbui.sharepoint\u003c/groupId\u003e\n    \u003cartifactId\u003esharepoint-client\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0\u003c/version\u003e\n  \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n### Gradle\n\nSet up Gradle to authenticate to GitHub Package Registry by editing your build.gradle or build.gradle.kts file. For more information, see \"[Authenticating to GitHub Package Registry](https://help.github.com/en/github/managing-packages-with-github-package-registry/configuring-gradle-for-use-with-github-package-registry#authenticating-to-github-package-registry)\".\n\n```gradle\ndependencies {\n    implementation(\"com.philipbui.sharepoint:sharepoint-client:1.0.0\")\n}\n```\n\n## Usage\n\n```java\nSharepointClient sharepointClient = new SharepointClient();\nString accessToken = sharepointClient.getAccessToken(clientID, clientSecret, realm, principal, targetHost);\nList\u003cExampleListItem\u003e list = sharepointClient.getListItemsComplete(host, site, list, accessToken, ExampleListItem.class);\n```\n\n## Features\n\n- [X] Get List Items by List Name\n- [X] Get All List Items by List Name\n\n## License\n\nSharepoint Client is available under the MIT license. [See LICENSE](https://github.com/philip-bui/sharepoint-client/blob/master/LICENSE) for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-technology%2Fsharepoint-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flit-technology%2Fsharepoint-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flit-technology%2Fsharepoint-client/lists"}