Restore Lift Study example Summary: Restore the approved Conversion Lift Study example to the Python SDK release and add it to the codegen template source of truth. The previous change only updated the generated release tree, allowing a later SDK regeneration to delete the example. Keeping identical template and release copies ensures future releases preserve it. Reviewed By: JussanN Differential Revision: D118720231 fbshipit-source-id: 93ec71d0547ecd3638a7e26d1e3fe0dd88369694
Restore Lift Study example
Summary: Restore the approved Conversion Lift Study example to the Python SDK release and add it to the codegen template source of truth. The previous change only updated the generated release tree, allowing a later SDK regeneration to delete the example. Keeping identical template and release copies ensures future releases preserve it.
Reviewed By: JussanN
Differential Revision: D118720231
fbshipit-source-id: 93ec71d0547ecd3638a7e26d1e3fe0dd88369694
This project contains all the code to auto generate Facebook Business SDKs (php, python, nodejs, ruby, java). There are three parts of this project :
Install Node.js
Install all dependencies by npm : npm install
npm install
npm run build && node lib/CodeGenerator.js <language>
During debug, if you want to compare with the generated SDK to our current SDK code, you can specific the output folder by using -o :
-o
npm run build && node lib/CodeGenerator.js <language> -o outputDir
If you want to keep git config in outputDir, you can specific only cleanup source code by using -c , for example:
outputDir
-c
npm run build && node lib/CodeGenerator.js php -o ../facebook-php-business-sdk/ -c src/
Facebook Codegen for Business SDKs is licensed under the LICENSE file in the root directory of this source tree.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
Facebook Business SDK Codegen
Introduction
This project contains all the code to auto generate Facebook Business SDKs (php, python, nodejs, ruby, java). There are three parts of this project :
Pre-requisites
Install Node.js
Install all dependencies by npm :
npm installCodegen SDK
Debug
During debug, if you want to compare with the generated SDK to our current SDK code, you can specific the output folder by using
-o:If you want to keep git config in
outputDir, you can specific only cleanup source code by using-c, for example:License
Facebook Codegen for Business SDKs is licensed under the LICENSE file in the root directory of this source tree.