UNPKG

node-behance-api

Version:
26 lines 797 B
/** * Created by deepak.m.shrma@gmail.com on 21/10/14. */ exports = module.exports = { GET_USERS: 'users', GET_USER: 'user', GET_USER_PRODUCT: 'user_products', GET_USER_WIPS: 'user_wips', GET_USER_APR: 'user_appreciations', GET_USER_COLLECTIONS: 'user_collections', GET_USER_STATS: 'user_stats', GET_USER_FOLLOWERS: 'user_followers', GET_USER_FOLLOWEES: 'user_following', GET_USER_FEEDBACK: 'user_feedback', GET_USER_WORK_EXP: 'user_work_experience', GET_PRODUCTS: 'projects', GET_PRODUCT: 'project', GET_PRODUCT_COMMENTS: 'project_comments', GET_COLLECTIONS: 'collections', GET_COLLECTION: 'collection', GET_COLLECTION_PROJECTS: 'collection_projects', GET_WIPS: 'wips', GET_WIP_REVISION: 'wip_revision', GET_WIP_REVISION_COMMENTS: 'wip_revision_comments', GET_WIP: 'wip' };