{"id":23338871,"url":"https://github.com/aymkdn/sharepointplus","last_synced_at":"2025-04-05T17:07:39.501Z","repository":{"id":2731565,"uuid":"3726875","full_name":"Aymkdn/SharepointPlus","owner":"Aymkdn","description":"SharepointPlus ($SP) is a JavaScript library which offers some extended features for SharePoint entirely on client side (requires no server install). $SP will simplify your interactions with Sharepoint.","archived":false,"fork":false,"pushed_at":"2022-06-09T07:47:52.000Z","size":2522,"stargazers_count":224,"open_issues_count":1,"forks_count":58,"subscribers_count":40,"default_branch":"master","last_synced_at":"2025-03-29T16:07:21.577Z","etag":null,"topics":["javascript","sharepoint"],"latest_commit_sha":null,"homepage":"http://aymkdn.github.io/SharepointPlus/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aymkdn.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-03-15T09:35:38.000Z","updated_at":"2025-01-20T03:34:55.000Z","dependencies_parsed_at":"2022-09-10T03:23:17.496Z","dependency_job_id":null,"html_url":"https://github.com/Aymkdn/SharepointPlus","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aymkdn%2FSharepointPlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aymkdn%2FSharepointPlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aymkdn%2FSharepointPlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aymkdn%2FSharepointPlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aymkdn","download_url":"https://codeload.github.com/Aymkdn/SharepointPlus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369952,"owners_count":20927928,"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":["javascript","sharepoint"],"created_at":"2024-12-21T03:17:02.874Z","updated_at":"2025-04-05T17:07:39.470Z","avatar_url":"https://github.com/Aymkdn.png","language":"JavaScript","readme":"# SharepointPlus\n\n[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/aymkdn/sharepointplus.svg)](http://isitmaintained.com/project/aymkdn/sharepointplus \"Average time to resolve an issue\")\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/aymkdn/sharepointplus.svg)](http://isitmaintained.com/project/aymkdn/sharepointplus \"Percentage of issues still open\")\n[![](https://data.jsdelivr.com/v1/package/npm/sharepointplus/badge)](https://www.jsdelivr.com/package/npm/sharepointplus)\n\nSharepointPlus ($SP) is a JavaScript library which offers some extended features for SharePoint entirely on client side (requires no server install). $SP will simplify your interactions with Sharepoint.\n\n## Documentation\n\nBrowse the [online documentation here](https://aymkdn.github.io/SharepointPlus/).\n\n## Quick Start\n\n### Node Environment\n\n```sh\nnpm install sharepointplus\n```\n\nThen:\n```javascript\nimport $SP from 'sharepointplus'\n```\n\nPlease, make sure to read [the documentation](https://aymkdn.github.io/SharepointPlus/) to optimize your bundle size.\n\n### Browser Only\n\nTo directly use it in a browser:\n```html\n  \u003cscript type=\"text/javascript\" src=\"//cdn.jsdelivr.net/npm/sharepointplus/browser/sharepointplus.js\"\u003e\u003c/script\u003e\n```\n\n## Usage / Examples\n\nUpdate all items with an \"Amount\" value bigger than 1000:\n\n```javascript\n$SP().list('My List Name').update({\n  Title:\"Too expensive\"\n}, {\n  where:\"Amount \u003e 1000\"\n})\n.then(function(res) {\n  alert(res.passed.length+\" items successfully updated!\");\n});\n```\n\nGet all items with \"Requestor\" as the current user and with \"Default Color\" is \"pink\":\n\n```javascript\n$SP().list('ListName').get({\n  fields:\"Title,Size\",\n  where:\"Requestor = '[Me]' AND Default_x0020_Color = 'pink'\",\n  orderby:\"Size DESC\",\n  json:true\n})\n.then(function(data) {\n  data.forEach(function(d) {\n    console.log(\"Model = \"+d.Title+\" (size: \"+d.size+\")\";\n  })\n});\n```\n\n## More information\n\nPlease visit the [online documentation](https://aymkdn.github.io/SharepointPlus/) to know more.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymkdn%2Fsharepointplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faymkdn%2Fsharepointplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faymkdn%2Fsharepointplus/lists"}