0.5.6 • Published 6 years ago

@pageboard/api v0.5.6

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

pageboard-api

Configuration

  • database
    a connection string, any parameter of which can be overriden by the following parameters

  • connection.type
    connection.user
    connection.password
    connection.host
    connection.database

Commands

  • pageboard api.migrate

Services

These services expose get, add, save, del functions.

  • user
    identifies a user and its grants
    children of a user are sites

  • site
    identifies a site containing pages, belongs to one or several users

  • page
    a web page, belongs to a site

  • block
    all other blocks are children of a page (or grand-children, recursively).

Permissions

A user have grants, and blocks have permissions.

  • add
  • save
  • del
  • read

Debug

DEBUG=pageboard:api DEBUG=pageboard:sql

0.5.6

6 years ago

0.5.5

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago