Module pages_api

Source

Enums§

ApiPagesGetError
struct for typed errors of method api_pages_get
ApiPagesIdDeleteError
struct for typed errors of method api_pages_id_delete
ApiPagesIdGetError
struct for typed errors of method api_pages_id_get
ApiPagesIdPutError
struct for typed errors of method api_pages_id_put
ApiPagesPostError
struct for typed errors of method api_pages_post

Functions§

api_pages_get
This endpoint allows the client to retrieve details for all Page objects.
api_pages_id_delete
This endpoint allows the client to delete a single Page object, specified by ID.
api_pages_id_get
This endpoint allows the client to retrieve details for a single Page object, specified by ID.
api_pages_id_put
This endpoint allows the client to retrieve details for a single Page object, specified by ID.
api_pages_post
This endpoint allows the client to create a new page.