KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ServicePages
★ 11
Open GitHub ↗
ProcessWire Pages Web Service
Download README (.md)
Explore Similar Repositories
dm-pg-types
:
DataMapper support for PostgreSQL HSTORE and ARRAY types
qt-email
:
A simple implementation to send E-Mails via the installed default program.
overlord.js
:
Mediator pattern taken to the limits. Can do more than just PubSub
thucydides-jbehave
:
No description available.
sense-android-library
:
Sense Platform library for Android
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ServicePages
?
Download (.md)
# ProcessWire Pages Web Service (ServicePages Module) Enables ProcessWire-selector style $pages->find() queries via a web service. This web service is suitable for calling from Javascript/jQuery, PHP, etc. All output is generated in JSON format. For the most part, you can do anything with this web service that you would do with a $pages->find() call. However, for security reasons, the limits of what can be searched and retrieved must be specified in the module configuration. This module essentially provides a safe front-end to the AJAX API provided in the ProcessPageSearch module, enabling that capability to be used outside of the admin. Once installed, this module creates a page called /service-pages/. View that page for detailed instructions and examples on how to use it.