koltyakov / gosip

⚡️ SharePoint SDK for Go
https://go.spflow.com
MIT License
140 stars 32 forks source link

document improvement #40

Closed MisterFredy closed 1 year ago

MisterFredy commented 3 years ago

Hi i want to request tutorial about using this library CRUD with whole project.because it's hard to understand for newbie

koltyakov commented 3 years ago

Have you seen docs? https://go.spflow.com/samples/basic-crud

MisterFredy commented 3 years ago

yup where i get sp.Web().GetList("Lists/MyList")? should i get client connection? it's hard to understand for me

koltyakov commented 3 years ago

It's a bit redundant repeating initiation in each article. Most of them assumes a reference to the same steps described here. Does it make more sense?

koltyakov commented 3 years ago

Added a separate article in samples with configuration and some notes https://go.spflow.com/samples/library-initiation

MisterFredy commented 3 years ago

ah thanks for suggestion but we must create forum to learn about this.because sometime im stuck when learning.