Back to top

REST API for CSS3

API for project REST Styles CSS3

Documentation

Documentation

Website home docs
GET/

Example URI

GET http://reststyles.com/api/v1/

Documentation

Page list versions this API
GET/api/versions

Example URI

GET http://reststyles.com/api/v1/api/versions

Documentation

Page of documentation API
GET/api/versions/

Example URI

GET http://reststyles.com/api/v1/api/versions/

Documentation

Page about project API REST CSS3
GET/api/about

Example URI

GET http://reststyles.com/api/v1/api/about

Documentation

Page for contact with maintainer of this project
GET/api/contact

Example URI

GET http://reststyles.com/api/v1/api/contact

Documentation

Send post contact form
POST/api/contact

Example URI

POST http://reststyles.com/api/v1/api/contact

Documentation

[GET]

Users

Users

Login of users
POST/users/login

Example URI

POST http://reststyles.com/api/v1/users/login

Users

Create users
POST/users

Example URI

POST http://reststyles.com/api/v1/users

Users

Start password recovery - step 1
POST/users/forgot-password

Example URI

POST http://reststyles.com/api/v1/users/forgot-password

Users

Change password - step 2
POST/users/change-password

Example URI

POST http://reststyles.com/api/v1/users/change-password

Users

Timeout session
POST/users/timeout

Example URI

POST http://reststyles.com/api/v1/users/timeout

Users

Logout session
POST/users/logout

Example URI

POST http://reststyles.com/api/v1/users/logout

Users

Rovoke jwt
POST/users/revoke-token

Example URI

POST http://reststyles.com/api/v1/users/revoke-token

Users

Enable user in system
POST/users/enable/

Example URI

POST http://reststyles.com/api/v1/users/enable/

Users

Disable user in system
POST/users/disable/

Example URI

POST http://reststyles.com/api/v1/users/disable/

Users

Get all users
GET/users

Example URI

GET http://reststyles.com/api/v1/users

Users

Find user
GET/users/

Example URI

GET http://reststyles.com/api/v1/users/

Users

Edit partial user
PATCH/users/

Example URI

PATCH http://reststyles.com/api/v1/users/

Users

Edit user
PUT/users/

Example URI

PUT http://reststyles.com/api/v1/users/

Users

Delete user
DELETE/users/

Example URI

DELETE http://reststyles.com/api/v1/users/

CSS

CSS

Create a new style
POST/css

Example URI

POST http://reststyles.com/api/v1/css

CSS

Approve style
POST/css/approve/

Example URI

POST http://reststyles.com/api/v1/css/approve/

CSS

Get all styles
GET/css

Example URI

GET http://reststyles.com/api/v1/css

CSS

Find style
GET/css/

Example URI

GET http://reststyles.com/api/v1/css/

CSS

Edit partial style
PATCH/css/

Example URI

PATCH http://reststyles.com/api/v1/css/

CSS

Edit style
PUT/css/

Example URI

PUT http://reststyles.com/api/v1/css/

CSS

Delete style
DELETE/css/

Example URI

DELETE http://reststyles.com/api/v1/css/

Generated by aglio on 26 Jun 2018