gosip
gosip copied to clipboard
⚡️ SharePoint SDK for Go
Record management documentation: https://go.spflow.com/samples/record-management In the summary it says that you are mimicing the CSOM calls. This means you are doing "Classic IN PLACE Records Management" Is there any plans...
Hi i want to request tutorial about using this library CRUD with whole project.because it's hard to understand for newbie
maybe we can improve with copy and move this is reference https://www.sharepointed.com/2018/06/copy-or-move-folder-structure-in-sharepoint-using-csom/ in CSOM
im just request to create document library also list by gosip,.
I can't find API in your library to create new Site Collection. There is API to create sub-site under particular site but no API to create Site collection
SharePoint mostly was a void in Go lands before Gosip, IMO. Of course, a DIY option was always there, but realizing that SharePoint has so many authentication ways and that...
Integrate https://github.com/AlecAivazis/survey to provide interactive creds prompts. The idea is to introduce something like [node-sp-auth-config](https://www.npmjs.com/package/node-sp-auth-config) or better. ;)
As an enhancement add a drop-in or drop-out way of caching tokens on disk, similar to [this sandbox sample](https://github.com/koltyakov/gosip-sandbox/blob/master/strategies/device/device.go#L125) approach. So CLIs which are executable and not always pending in...
With Node.js we often use [cpass](https://www.npmjs.com/package/cpass) secrets encryption for dev scenarios. Node cpass and Gosip's cpass share the same logic however some differences lead to hashes incompatibility. This issue is...
- [x] add auto-resolving mechanisms for the strategy which should be used - [ ] add auth parameters auto-resolving such as cookie name adfs server, etc. - [ ] config...