[[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:S3/S3AAA Authentication, Authorization, Accounting] - [wiki:S3/S3AAA/OrgAuth OrgAuth] - [wiki:S3/S3AAA/RecordApproval Record Approval] == Resource Framework == - [wiki:S3/S3Resource S3Resource] - [wiki:S3/S3ResourceFilter S3ResourceFilter] == RESTful API == === Framework === - [wiki:S3/S3REST/s3_rest_controller Implementing RESTful Controllers] (s3_rest_controller) - [wiki:S3/S3Method Extending the RESTful API by implementing S3Method] - [wiki:S3/S3Request S3Request] === API === - [wiki:S3/S3REST/Methods Supported Methods] - [wiki:S3/S3REST/URLFormat URL Format] - [wiki:S3/XMLForms Generating XML Forms (XForms)] === Reports === - [wiki:S3Report S3Report Pivot Table Reports] == Frameworks == === Templates === - ''tbw'' === Data Models === - [wiki:S3/S3Model Data Model Extensions] - [wiki:S3/S3Model/ComponentResources Components and Link-tables] - [wiki:S3/S3ReusableField S3ReusableField] === Menus and Navigation === - [wiki:S3/S3Navigation S3Navigation] === Filters === - [wiki:S3/FilterForms S3 FilterForms] === Subscriptions and Notifications === - [wiki:S3/Notifications S3 Notifications] === Forms and Views === - [wiki:S3/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:S3/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:S3/S3XML S3XML and S3JSON Formats] - [wiki:S3/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