Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Update Python docs #172

Open
7 tasks done
lorddaedra opened this issue Apr 9, 2023 · 0 comments
Open
7 tasks done

Update Python docs #172

lorddaedra opened this issue Apr 9, 2023 · 0 comments

Comments

@lorddaedra
Copy link
Contributor

lorddaedra commented Apr 9, 2023

Update Python docs to use these aliases

  • Update docs for applyAddOn:
  • replace client.applied_add_ons.create(...)
  • to client.add_ons.apply(...)
  • Update docs for findAllBillableMetricGroups:
  • replace client.groups.find_all(...)
  • to client.billable_metrics.find_all_groups(...)
  • Update docs for applyCoupon:
  • replace client.applied_coupons.create(...)
  • to client.coupons.apply(...)
  • Update docs for findAllAppliedCoupons:
  • replace client.applied_coupons.find_all(...)
  • to client.coupons.find_all_applied(...)
  • Update docs for deleteAppliedCoupon:
  • replace client.applied_coupons.destroy(...)
  • to client.coupons.delete_applied(...)
  • Update docs for createWalletTransaction:
  • replace client.wallet_transactions.create(...)
  • to client.wallets.create_transaction(...)
  • Update docs for findAllWalletTransactions:
  • replace client.wallet_transactions.find_all(...)
  • to client.wallets.find_all_transactions(...)

Related issue:

Depends on:

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant