• Cédric Le Ninivin's avatar
    erp5_api_style: Introduce ERP5 APi Style · bff1e3ba
    Cédric Le Ninivin authored
    erp5_api_style: Use default module for object creation
    
    erp5_api_style: jIOStyle fix error handling for post
    
    erp5_api_style: Start improving error feedback
    
    erp5_api_style: Add error record module and portal type
    
    erp5_api_style: Fix error output as jIO Style
    
    erp5_api_style: Introduce jIO Web Section
    
    erp5_api_style: catch value Error when error text is not a json
    
    erp5_api_style: Add generic way to handle errors
    
    erp5_api_style: Fix Web Section Portal Type for api style
    
    erp5_api_style: Fix jIO Api Style
    
    * use self.REQUEST instead of parameter in jIO Web Section
    * Use List error in allDocs
    
    erp5_api_style: API error return http error code 400
    
    erp5_api_style: Display actions title in jio web section configuration listbox
    
    erp5_api_style: allDocs return indented result
    
    erp5_api_style: Add response schema to jIO Style. Object creation return 201 http code
    
    erp5_api_style: Post set status to 201 only if status is not yet defined
    
    erp5_api_style: action list is now sorted by float index
    
    erp5_api_style: all docs return error dict like post
    
    erp5_api_style: error can return error name and error link
    
    erp5_api_style: improve error handling in jIO Style
    
    * Give name to errors
    * Error Name is stored in error record title
    
    erp5_api_style: Add views for error records
    
    erp5_api_style: add script to provide JSON API Hyperschema
    
    erp5_api_style: fixup not found document return 404 error
    
    erp5_api_style: api is in charge of JSON decoding and provide utf 8 data
    bff1e3ba
ERP5Site_asjIOStyle.py 4.67 KB