The 'SP REST Client' is a Chrome extension designed for testing SharePoint end-points. This extension is suitable for SharePoint 2013, 2016 and Online, providing a user-friendly interface for making GET, POST, UPDATE, or DELETE requests. Initially, users need to login to SharePoint site then use the extension. Being open-source, it welcomes users' contributions to improve its functionality. It is a cost-free, efficient and robust tool for SharePoint REST API exploration.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
It's a REST Client for SharePoint 2013, 2016 and Online. SharePoint end-points can be tested very easily by making GET, POST, UPDATE or DELETE request.
Before using this extension, login or navigate to your SharePoint site, then click on the extension icon. After few moment, you will get some cool UI for making GET, POST, UPDATE or DELETE request.
SP REST Client is free and open source tool. So you are always welcome to contribute here.
Finally, I hope, this tool will be your ultimate REST Client for SharePoint. Please don't forget to rate it if you get any help from it.
User reviews
These summaries are automatically generated weekly using AI based on recent user reviews.
Chrome Web Store does not verify user reviews, so some user reviews may be inaccurate,
spammy, or outdated.
Pros
Simple and useful
Helpful for users needing a REST client for SharePoint
Good potential if issues are resolved
Cons
Returns empty values for Storage metrics
Uncaught TypeError in code
Doesn't work on SharePoint Online
No OAuth support
Console error log is unhelpful
Most mentioned
Not working issues
Empty values for metrics
App potential
Thankful for help
Recent reviews
Hi,
I'm trying to read the Storage metrics and always receiving empty values.
"type": "SP.StorageMetrics"
},
"LastModified": "0001-01-01T00:00:00",
"TotalFileCount": "0",
"TotalFileStreamSize": "0",
"TotalSize": "0"
not working on my sharepoint online office 365 site. Here is the error,
Uncaught TypeError: Cannot set property 'innerHTML' of null
at addSpRestClientInPage (<anonymous>:359:58)
at <anonymous>:454:7