Skip to main content

Plone JSON API -- Routes

Project description

plone.jsonapi.routes

Author:

Ramon Bartl

Version:

0.8.5

Latest Build Status

Build Status https://readthedocs.org/projects/pip/badge/

Introduction

This is an add-on package for plone.jsonapi.core which provides some basic URLs for Plone standard contents (and more).

Motivation

The routes package is built on top of the plone.jsonapi.core package to allow Plone developers to build modern (JavaScript) web UIs which communicate through a RESTful API with their Plone site.

Compatibility

The plone.jsonapi.routes is compatible with Plone 4.

Documentation

http://plonejsonapiroutes.readthedocs.org

Source:

https://github.com/collective/plone.jsonapi.routes/tree/master/docs

See it in action

A small tec demo is available on youtube:

http://www.youtube.com/watch?v=MiwgkWLMUqk

License

MIT - do what you want

Changelog

0.8.5 - 2016-04-08

CLOSED ISSUES

0.8.4 - 2016-01-14

CLOSED ISSUES

API CHANGES

  • Sharing information can be displayed for objects. Use ?sharing=yes

0.8.3 - 2015-09-14

CLOSED ISSUES

API CHANGES

  • File data not included by default anymore. Use ?filedata=yes

  • Workflow data not included by default anymore. Use ?workflow=yes

  • Workflow data is now located at the key workflow

  • The complete flag can be now negated, even if the full object is displayes ?complete=no

  • The state key is removed – use review_state instead

  • Parent URL data included now for brain results

0.8.2 - 2015-09-09

CLOSED ISSUES

0.8.1 - 2015-09-06

CLOSED ISSUES

ENHANCEMENTS

  • API actions to cut/copy/paste contents

  • New route provider plonesites

  • Support for catalog brain schema

0.8 - 2015-07-20

CLOSED ISSUES

0.7 - 2015-07-09

CLOSED ISSUES

OTHER CHANGES

  • Updated Documentation

  • Request module: Added helper functions

  • Travis CI integration

0.6 - 2015-02-22

CLOSED ISSUES

0.5 - 2015-02-20

CLOSED ISSUES

OTHER CHANGES

  • Added batch adapter

  • Added more tests

0.4 - 2015-01-13

FIXED ISSUES

ENHANCEMENTS

OTHER CHANGES

  • added IDataManager field data manager

  • added /auth route to enforce a basic auth

  • added a custom exception class to set the right response status

  • added recent_modified and recent_created handling

  • added unittests for the api and request module

  • no more request passing anymore - all handled by the request module now

0.3 - 2014-10-14

FIXED ISSUES

ENHANCEMENTS

DOCUMENTATION

0.2 - 2014-03-05

FIXED ISSUES

API CHANGES

  • API root url provided.

  • Image and file fields are now rendered as a nested structure, e.g:

    {
      data: b64,
      size: 42,
      content_type: "image/png"
    }
  • Workflow info is provided where possible, e.g:

    {
      status: "Private",
      review_state: "private",
      transitions: [
        {
          url: ".../content_status_modify?workflow_action=submit",
          display: "Puts your item in a review queue, so it can be published on the site.",
          value: "submit"
        },
      ],
      workflow: "simple_publication_workflow"
    }

0.1 - 2014-01-23

  • first public release

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

plone.jsonapi.routes-0.8.5.zip (171.4 kB view details)

Uploaded Source

plone.jsonapi.routes-0.8.5.tar.gz (84.2 kB view details)

Uploaded Source

File details

Details for the file plone.jsonapi.routes-0.8.5.zip.

File metadata

File hashes

Hashes for plone.jsonapi.routes-0.8.5.zip
Algorithm Hash digest
SHA256 28ff07a7f13204a481c88a5cbcb676ddfead6f2c0f6cd8036cc101e469bda7ad
MD5 0f19f0626391f37b5b0d2b7a71645f7f
BLAKE2b-256 2dca71cb44de01f7e482b3deab679087f991367ff6f3ded6412fb2c28fcd7c84

See more details on using hashes here.

File details

Details for the file plone.jsonapi.routes-0.8.5.tar.gz.

File metadata

File hashes

Hashes for plone.jsonapi.routes-0.8.5.tar.gz
Algorithm Hash digest
SHA256 41aa87614d765ab5e0b91f51909d22ab678bbd55debd7a343677e647e7db32d3
MD5 f077b7611f74d9afb5942f6cae8e2e1e
BLAKE2b-256 d881cf5c232da11b720dc656ba9b917994ce560388bab0d0613602458fb450a8

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page