Skip to content

Commit

Permalink
chore: oauth sdk implementation (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
manisha1997 committed Jul 22, 2024
1 parent 6324a1c commit dd72ebe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions twilio/rest/marketplace/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from twilio.rest.marketplace.MarketplaceBase import MarketplaceBase


class Marketplace(MarketplaceBase):
def available_add_ons(self):
return self.v1.available_add_ons

def installed_add_ons(self):
return self.v1.installed_add_ons

0 comments on commit dd72ebe

Please sign in to comment.