UNPKG

facebook-nodejs-business-sdk

Version:

SDK for the Facebook Marketing API in Javascript and Node.js

16 lines (14 loc) 320 B
/** * Copyright (c) 2017-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the license found in the * LICENSE file in the root directory of this source tree. * @flow */ export default Object.freeze({ POST: 'POST', PUT: 'PUT', GET: 'GET', DELETE: 'DELETE', });