mirror of
https://github.com/jdalrymple/gitbeaker.git
synced 2026-01-25 16:04:01 +00:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
import API from './API';
|
|
|
|
module.exports = ({ url, token, oauthToken }) => new API({ url, token, oauthToken });
|