[[TOC]] = S3 API Guide = This page links to all wiki pages describing how to make use of the S3 framework when developing Eden modules or other applications connecting to Eden via [wiki:S3XRC/RESTfulAPI web services]. ''External links:'' * [http://pub.nursix.org/eden/s3 S3 API Documentation (Epydocs)] * [http://en.flossmanuals.net/sahana-eden Sahana Eden Essential Guide] (book): * [http://en.flossmanuals.net/sahana-eden/web-sevices Web Services] * [http://en.flossmanuals.net/sahana-eden/s3xml S3XML] * [http://en.flossmanuals.net/sahana-eden/mapping-gis Mapping & GIS] == Authentication, Authorization, Accounting == - [wiki:S3AAA Authentication, Authorization, Accounting] - [wiki:S3AAA/OrgAuth OrgAuth] - [wiki:S3AAA/RecordApproval Record Approval] == Resource Framework == - [wiki:S3XRC/RESTfulAPI/S3Resource S3Resource] - [wiki:S3ResourceFilter S3ResourceFilter] - [wiki:S3XRC Extensible Resource Controller] (out of date) == RESTful API == === Framework === - [wiki:S3XRC/RESTfulAPI/s3_rest_controller Implementing RESTful Controllers] (s3_rest_controller) - [wiki:S3XRC/S3Method Extending the RESTful API by implementing S3Method] - [wiki:S3XRC/RESTfulAPI/S3Request S3Request] === API === - [wiki:S3XRC/RESTfulAPI/Methods Supported Methods] - [wiki:S3XRC/RESTfulAPI/URLFormat URL Format] - [wiki:S3XRC/XMLForms Generating XML Forms (XForms)] === CRUD, Search and Reports === - [wiki:S3CRUD S3CRUD] - [wiki:S3Report S3Report Pivot Table Reports] - [wiki:S3Search S3Search] (to be deprecated) == Frameworks == === Templates === - ''tbw'' === Data Models === - [wiki:S3XRC/ModelExtensions Data Model Extensions] - [wiki:S3XRC/ModelExtensions/ComponentResources Components and Link-tables] - [wiki:S3ReusableField S3ReusableField] === Menus and Navigation === - [wiki:S3Navigation S3Navigation] === Filters === - [wiki:S3/FilterForms S3 FilterForms] === Subscriptions and Notifications === - [wiki:S3/Notifications S3 Notifications] === Forms and Views === - [wiki:S3SQLForm Custom Forms for S3CRUD] - [wiki:S3/DataViews Data Views] - Representation of multiple records - [wiki:S3/DataTable S3DataTable] - [wiki:S3/DataList S3DataList] - [wiki:S3/PivotTable S3PivotTable] === Location Tracking === - [wiki:S3Tracking S3Tracking Generic Location Tracking System] === Import and Export === - [wiki:S3/DataImportCLI Importing Data from the web2py CLI] == GUI == === Form Widgets === - [wiki:S3/S3GroupedOptionsWidget S3GroupedOptionsWidget] == XML and JSON == - [wiki:S3XML S3XML and S3JSON Formats] - [wiki:S3XRC/S3XML/Transformation Using XSLT Transformation for Data Export/Import] == GIS/Mapping == === Overview === - [wiki:DeveloperGuidelinesGIS DeveloperGuidelines GIS] == Related [wiki:BluePrints] == - [wiki:BluePrintRecordMerger Record Merger] - [wiki:BluePrintSearch Search Methods] ---- DeveloperGuidelines