doc/book/en/D020-api-reference.en.txt
changeset 1598 8f400d5f6742
parent 1593 8602116daef3
parent 1597 3960f764bbf6
child 1599 38a1d0f190e2
equal deleted inserted replaced
1593:8602116daef3 1598:8f400d5f6742
     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