You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

cubicweb-wsme

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cubicweb-wsme

Easily build a webservice API on top of a cubic web database"

0.3.0
pipPyPI
Maintainers
2

Summary

Easily build a webservice API on top of a cubic web database.

Once activated, the cube provides new controllers (their regid is webservices) which respond on the rest path of entities, if the requests matches one of the following condition:

  • Content-Type == 'application/json'
  • Accept == 'application/json'

The following API is automatically provided for all the entities:

.. csv-table::

HTTP, action GET /etype?filter=xxx, return a list of entities matching the filter POST /etype, create a new entity GET /etype/1234, return a particular entity PUT /etype/1234, update an entity DELETE /etype/1234, delete an entity

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts