Meuralex v0.1.1 Meuralex View Source

Documentation for Meuralex, an API Wrapper for the Meural Canvas. See API documentation here https://documenter.getpostman.com/view/1657302/RVnWjKUL?version=latest

Link to this section Summary

Functions

Link to this section Functions

Link to this function

add_item_to_gallery(gallery_id, item_id)

View Source
Link to this function

crop_item(item_id, body)

View Source
Link to this function

delete_gallery(gallery_id)

View Source
Link to this function

delete_item_to_gallery(gallery_id, item_id)

View Source
Link to this function

deregister_device(device_id)

View Source
Link to this function

get_articles_from_artist(artist_id, page, count)

View Source
Link to this function

get_articles_from_category(category_id, page, count)

View Source
Link to this function

get_articles_from_channel(channel_id, page, count, sort_parameter \\ "date_added__dsc")

View Source
Link to this function

get_articles_from_gallery(gallery_id)

View Source
Link to this function

get_artists(page, count, sort_parameter \\ "date_added__dsc")

View Source
Link to this function

get_artists_from_channel(artist_id, page, count)

View Source
Link to this function

get_categories(page, count)

View Source
Link to this function

get_categories_from_group(group_id)

View Source
Link to this function

get_category(category_id)

View Source
Link to this function

get_channels(page, count)

View Source
Link to this function

get_device_galleries(device_id, page, count)

View Source
Link to this function

get_device_schedule(device_id)

View Source
Link to this function

get_favorite_items(page, count)

View Source
Link to this function

get_galleries_from_artist(artist_id, page, count)

View Source
Link to this function

get_galleries_from_category(category_id, page, count)

View Source
Link to this function

get_galleries_from_channel(channel_id, page, count)

View Source
Link to this function

get_item_articles(item_id)

View Source
Link to this function

get_items_from_artist(artist_id, page, count)

View Source
Link to this function

get_items_from_category(category_id, page, count)

View Source
Link to this function

get_items_from_channel(artist_id, page, count, sort_parameter \\ "date_added__dsc")

View Source
Link to this function

get_items_from_gallery(gallery_id)

View Source
Link to this function

get_user_galleries(page, count)

View Source
Link to this function

get_user_items(page, count)

View Source
Link to this function

preview_item_on_device(device_id, item_id)

View Source
Link to this function

update_device_config(device_id, body)

View Source
Link to this function

update_device_schedule(device_id, body)

View Source
Link to this function

update_gallery(gallery_id, body)

View Source
Link to this function

update_item_metadata(item_id, body)

View Source
Link to this function

upload_item(file_path, binary)

View Source