doc/book/en/D040-api-reference.en.txt
changeset 1808 aa09e20dd8c0
parent 1693 49075f57cf2c
parent 1807 6d541c610165
child 1810 e95e876be17c
equal deleted inserted replaced
1693:49075f57cf2c 1808:aa09e20dd8c0
     1 .. -*- coding: utf-8 -*-
       
     2 
       
     3 API Reference
       
     4 =============
       
     5 
       
     6 Schema API
       
     7 ----------
       
     8 
       
     9 Base Types
       
    10 ~~~~~~~~~~
       
    11 
       
    12 Base types are defined as a set in yams.BASE_TYPES that includes:
       
    13 `String`, `Int`, `Float`, `Boolean`, `Date`, `Time`, `Datetime`,
       
    14 `Interval`, `Password`, `Bytes`.
       
    15 
       
    16 See `yams' API <http://www.cubicweb.org/doc/en/modindex.html>`_
       
    17 
       
    18 Constraints
       
    19 ~~~~~~~~~~~
       
    20 
       
    21 Constraints are defined in yams.constraints and include:
       
    22 `UniqueConstraint`, `SizeConstraint`, `RegexpConstraint`,
       
    23 `BoundConstraint`, `IntervalBoundConstraint`,
       
    24 `StaticVocabularyConstraint`, `MultipleStaticVocabularyConstraint`.
       
    25 
       
    26 See `yams' API <http://www.cubicweb.org/doc/en/modindex.html>`_
       
    27 
       
    28 Views API
       
    29 ---------
       
    30 
       
    31 See `yams' API <http://www.cubicweb.org/doc/en/modindex.html>`_
       
    32 [WRITE ME]
       
    33