Skip to content
  • Sofia Papagiannaki's avatar
    snf_django: Optionally use other default serialization than json · a008eb5b
    Sofia Papagiannaki authored
    Pithos api default serialization for listing is text insted of json.
    However the common api decorator if not specified otherwise used to
    json as the default serialization.
    So we introduced a new optional argument (defaults to json) to override
    the default serialization for the api method.
    a008eb5b