[[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:S3/S3REST 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:S3/S3AAA Authentication, Authorization, Accounting] - [wiki:S3/S3AAA/OrgAuth OrgAuth] - [wiki:S3/S3AAA/RecordApproval Record Approval] == RESTful API == === API === - [wiki:S3/S3REST/Methods Supported Methods] - [wiki:S3/S3REST/URLFormat URL Format] - [wiki:S3/XMLForms Generating XML Forms (XForms)] === Framework === - [wiki:S3/S3REST/s3_rest_controller Implementing RESTful Controllers] (s3_rest_controller) - [wiki:S3/S3Method Extending the RESTful API by implementing S3Method] === Core Classes === - [wiki:S3/S3Request S3Request] - [wiki:S3/S3Resource S3Resource] - [wiki:S3/S3ResourceFilter S3ResourceFilter] == Database == === Models === - [wiki:S3/S3Model Data Model Extensions] - [wiki:S3/S3Model/ComponentResources Components and Link-tables] - [wiki:S3/S3Model/SuperEntities Super-Entities] - [wiki:S3/S3ReusableField S3ReusableField] === !Export/Import === - [wiki:S3/S3XML S3XML and S3JSON Formats] - [wiki:S3/S3XML/Transformation Using XSLT Transformation for Data Export/Import] - [wiki:S3/DataImportCLI Importing Data from the web2py CLI] === Subscriptions and Notifications === - [wiki:S3/Notifications S3 Notifications] == GUI == === Menus and Navigation === - [wiki:S3/S3Navigation S3Navigation] === Pages === - [wiki:S3/S3Profile Profile Pages] - [wiki:S3/S3Summary Summary Pages] === CRUD Forms === - [wiki:S3/S3SQLForm Custom Forms for S3CRUD] === Filter Forms === - [wiki:S3/FilterForms S3 FilterForms] === Form Widgets === - [wiki:S3/S3GroupedOptionsWidget S3GroupedOptionsWidget] === Tables and Lists === - [wiki:S3/DataTable S3DataTable] - [wiki:S3/DataList S3DataList] - [wiki:S3/PivotTable S3PivotTable] === Reports === - [wiki:S3/S3Report S3Report Pivot Table Reports] == GIS/Mapping == === Overview === - [wiki:DeveloperGuidelinesGIS DeveloperGuidelines GIS] === Location Tracking === - [wiki:S3/S3Tracking S3Tracking Generic Location Tracking System] == Related [wiki:BluePrints] == - [wiki:BluePrintRecordMerger Record Merger] - [wiki:BluePrintSearch Search Methods] ---- DeveloperGuidelines