Resource API
  • > Tutorial <
    • Intro
    • 1: collect the use cases
    • 2: determine entities
    • 3: entity diagram
    • 4: ontology to code
    • 5: structure of the entities
    • 6: structure to code
    • 7: persistence
    • 8: primary key
    • 9: custom UriPolicy
    • 10: authorization
    • 11: object interface
    • 12. HTTP interface
  • Interfaces
    • Resource
    • Link
    • Link declaration
    • One way links
    • Link cardinality
    • Schema and QuerySchema
  • Service and registry
    • Service class
    • Resource registration
    • Entry point
  • Object interface
    • Root resource collection
    • Resource collection
    • Resource item
    • Link holder
    • Root link collection
    • Link collection
    • Link instance
    • Link to one
  • Schema
    • Schema example
    • General field API
    • Primitive fields
    • Composite fields
  • Built-in exception classes
  • HTTP interface
    • General principles
    • URL schema
    • Error status codes
    • WSGI Application reference
  • HTTP client
    • Root resource collection
    • Resource collection
    • Resource item
    • Link holder
    • Root link collection
    • Link collection
    • Link instance
    • Link to one
  • Descriptor (schema)
 
Resource API
  • Docs »
  • Table of contents
  • Edit on GitHub

Table of contentsΒΆ

Resource API is a framework that allows developers declaratively define resources and relationships between each other. The framework maintains referential integrity for all relations and resources. The integrity is maintained regardless of data storage model.

Also the framework provides means to expose HTTP interface to the resources via a simple JSON document.

  • > Tutorial <
    • Intro
    • 1: collect the use cases
    • 2: determine entities
    • 3: entity diagram
    • 4: ontology to code
    • 5: structure of the entities
    • 6: structure to code
    • 7: persistence
    • 8: primary key
    • 9: custom UriPolicy
    • 10: authorization
    • 11: object interface
    • 12. HTTP interface
  • Interfaces
    • Resource
    • Link
    • Link declaration
    • One way links
    • Link cardinality
    • Schema and QuerySchema
  • Service and registry
    • Service class
    • Resource registration
    • Entry point
  • Object interface
    • Root resource collection
    • Resource collection
    • Resource item
    • Link holder
    • Root link collection
    • Link collection
    • Link instance
    • Link to one
  • Schema
    • Schema example
    • General field API
    • Primitive fields
    • Composite fields
  • Built-in exception classes
  • HTTP interface
    • General principles
    • URL schema
    • Error status codes
    • WSGI Application reference
  • HTTP client
    • Root resource collection
    • Resource collection
    • Resource item
    • Link holder
    • Root link collection
    • Link collection
    • Link instance
    • Link to one
  • Descriptor (schema)
Next

© Copyright 2014, F-Secure.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
htmlzip
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.