UNPKG

moip-sdk-node

Version:
8 lines (5 loc) 117 B
import api from '../client/api' const get = (opts, _id) => api.get(opts, '/refunds', _id) export default { get }