For one of my clients, I was working on developing custom forms to interact with SharePoint lists and document libraries.
In that project, there were so many forms to be developed. So, I decided to develop one generic library that can be reused to perform operations using REST API.
The aim of this library is to create a generic set of methods as well, keeping one thing in mind that it should be enhanced easily to include more features.
In this library, there are a total 4of four files.
- ListManager.js
This file is used to specify list columns we are working with. - ListUtility.js
This file contains all generic methods. - Main.js
Use this file to write application logic. This will be the main file referenced in our page, the rest of the files are loaded from Main.js itself. - Utility.js
It can be used to specify constants as well as utility methods.
I have also provided detailed information and instructions in attached zip file.

Hazrat BilalPosted Feb 26, 2018, 11:57 AM
A complete example of how to using this libraries !!!
have faithPosted Jul 6, 2017, 5:01 AM
Great solution! Thank you.
Dhruvin ShahPosted Jul 5, 2017, 2:47 AM
Very Very Useful. Thanks for sharing.
Ano MepaniPosted Jul 5, 2017, 2:18 AM
Thanks for sharing