@apilibraries/paymefunnelapi@0.0.59
Install
npm install @apilibraries/paymefunnelapi@0.0.59 --save
// Or with yarn
yarn add @apilibraries/paymefunnelapi@0.0.59
Building
To build and compile the typescript sources to javascript use:
npm install
npm run build
// Or with yarn
yarn
yarn build
Documentation for API Endpoints
All URIs are relative to https://www.PayMeFunnel.com/api
Class | Method | HTTP request | Description |
---|---|---|---|
FunnelApi | funnelCreate | POST /funnel | |
PublicFunnelApi | getFunnel | GET /publicfunnel/{funnel_id} | Publicly get funnel |
StatusApi | getStatus | GET /status | |
UserApi | createUser | POST /user | Create user |
UserApi | updateUser | PUT /user | Update user |
UserApi | userConnectStripe | GET /user/connectStripe | Update user's stripe account |