Handle REST-API requests from or to your WordPress site using jQuery.
This project was created to save time writing more lines of code just to get the returned REST API response via jQuery. Perfect for keeping your own code to a minimum rather than repeating yourself.
Perfect for building web apps.
Yes, it's free. But here's what you should really care about:
Please understand that this repository is not a place to seek help with configuration-related issues. Use it to report bugs, propose improvements, or discuss new features.
To use this project you will need:
If you want to use the script within your WordPress site:
... or if you wish to use the script in an app while keeping WordPress safe and secure elsewhere:
restjquery.min.js
from dist
folder to your app lib folder.<script src="https://yourdomain.***/lib/restjquery.min.js"></script>
or you can use the latest version directly from restjquery.com
<script src="https://restjquery.com/release/latest/restjquery.min.js"></script>
Make sure that when you use the script in your app that you set the site_url
to the location of the WordPress site. Otherwise it is NOT required!
var posts = restjQuery(
site_url: "https://wordpress.location"
);
RESTjQuery is released freely and openly. Feedback or ideas and approaches to solving limitations in RESTjQuery is greatly appreciated.
At present I do not offer a dedicated, premium support channel for RESTjQuery. Please understand this is a non-commercial project. As such:
If you think you have found a bug in the project, a problem with the documentation, or want to see a new feature added, please open a new issue and I will do my best to help you out.
If you or your company use RESTjQuery or appreciate the work Iβm doing in open source, please consider supporting me directly so I can continue maintaining it and keep evolving the project.
You'll be helping to ensure I can spend the time not just fixing bugs, adding features or releasing new versions but also keeping the project afloat. Any contribution you make is a big help and is greatly appreciated.
Please also consider starring β¨ and sharing π the project repository! This helps the project getting known and grow with the community. π
I accept one-time donations and monthly via BuyMeACoffee.com
3L4cU7VJsXBFckstfJdP2moaNhTHzVDkKQ
0xc6a3C18cf11f5307bFa11F8BCBD51F355b6431cB
MNNy3xBK8sM8t1YUA2iAwdi9wRvZp9yRoi
If you have special requirements for a sponsorship, you can email me and we can talk.
If you would like to contribute code to this project then please follow these contribution guidelines.
Thank you for your support! π
npm install --only=dev
command to install the development dependencies within a /node_modules/ folder.grunt test
command to check for any JS errors.grunt build
command for minifying the script ready for distribution.grunt zip
command to generate a release zipped up.RESTjQuery is released under GNU General Public License v3.0.
RESTjQuery is developed and maintained by SΓ©bastien Dumont.