Coder Social home page Coder Social logo

wolbernd / plone.restapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from plone/plone.restapi

0.0 0.0 0.0 44.71 MB

RESTful API for Plone.

Home Page: http://plonerestapi.readthedocs.org/

Python 99.35% RobotFramework 0.03% Shell 0.18% Makefile 0.42% Dockerfile 0.01% Gherkin 0.01%

plone.restapi's Introduction

https://coveralls.io/repos/github/plone/plone.restapi/badge.svg?branch=master https://readthedocs.org/projects/pip/badge

Introduction

plone.restapi is a RESTful hypermedia API for Plone.

Documentation

https://plonerestapi.readthedocs.io/en/latest/

Getting started

A live demo of Plone 6 with the latest plone.restapi release is available at:

https://6.demo.plone.org/

An example GET request on the portal root is the following.

curl -i https://6.demo.plone.org/ -H "Accept: application/json"

An example POST request to create a new document is the following.

curl -i -X POST https://6.demo.plone.org/ \
    -H "Accept: application/json" \
    -H "Content-Type: application/json" \
    -H "Authorization: Basic YOUR_BASIC_AUTH_TOKEN" \
    --data-raw '{"@type": "Document", "title": "My Document"}' \
    --user admin:admin

Note

You will need some kind of API browser application to explore the API. You will also need to first obtain a basic authorization token. We recommend using Postman which makes it easier to obtain a basic authorization token.

Installation

Install plone.restapi by adding it to your buildout.

[buildout]

# ...

eggs =
    plone.restapi

…and then running bin/buildout.

Contribute

Examples

plone.restapi has been used in production since its first alpha release. It can be seen in action at the following sites:

Support

If you are having issues, please let us know via the issue tracker.

If you require professional support, here is a list of Plone solution providers that contributed significantly to plone.restapi in the past.

License

The project is licensed under the GPLv2.

plone.restapi's People

Contributors

tisto avatar sneridagh avatar jaroel avatar lukasgraf avatar buchi avatar erral avatar jensens avatar csenger avatar stevepiercy avatar mauritsvanrees avatar ericof avatar pbauer avatar gforcada avatar sunew avatar davisagli avatar cekk avatar ebrehault avatar avoinea avatar gagaro avatar polyester avatar ksuess avatar witsch avatar tiberiuichim avatar gbastien avatar wolbernd avatar wesleybl avatar jone avatar cedricmessiant avatar hvelarde avatar ale-rt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.