Services_Views_Publish
Categories
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Component created
Component changed
Component body
Services Views Publish v0.1
---------------------------------------
This module extends the Services_Views module by creating an additional resource to a Services View endpoints. The additional resource appends "_edit" to the services endpoint path.
"<services_endpoint>_edit"
You can then access this endpoint like any other and will return the list of fields associated with given services view, and their respective attributes.
Attributes:
- Machine Readable ID
- Label
- Value
- Default Value
- Field Type
- Field Attributes Array (Conditional of Field Type)
- Character Limit
- Select Type
- Select Options Array
- Select Option Key
- Select Option Value
- File/Image Attributes Array
- etc...
Current Development:
-----------------------------------
The module currently creates a new resource and does so to services only views.
The next challenge will be to display all these attributes within a given output structure. My main output structure is currently JSON.
After, I will concentrate on adding additional features, but for now this is sufficient for the beginning of this module.