Skip to content

Commit

Permalink
chore: remove media endpoint (#715)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 authored Mar 15, 2024
1 parent b27c6a6 commit 09f41ae
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1,656 deletions.
18 changes: 7 additions & 11 deletions lib/twilio-ruby/rest/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,6 @@ def lookups
@lookups ||= Lookups.new self
end
##
# Access the Media Twilio Domain
def media
@media ||= Media.new self
end
##
# Access the Messaging Twilio Domain
def messaging
Expand Down Expand Up @@ -219,7 +215,7 @@ def authorized_connect_apps(connectAppSid=:unset)
def available_phone_numbers(countryCode=:unset)
self.api.v2010.account.available_phone_numbers(countryCode)
end

##
# @param [string] sid The SID of the Call resource to fetch.

Expand Down Expand Up @@ -268,8 +264,8 @@ def keys(sid=:unset)
def messages(sid=:unset)
self.api.v2010.account.messages(sid)
end


##
# @param [string] sid The Twilio-provided string that uniquely identifies the Notification resource to fetch.

Expand Down Expand Up @@ -317,8 +313,8 @@ def short_codes(sid=:unset)
def signing_keys(sid=:unset)
self.api.v2010.account.signing_keys(sid)
end


##
# @param [string] sid The Twilio-provided string that uniquely identifies the Transcription resource to fetch.

Expand All @@ -327,8 +323,8 @@ def signing_keys(sid=:unset)
def transcriptions(sid=:unset)
self.api.v2010.account.transcriptions(sid)
end



##
# Provide a user friendly representation
Expand Down
6 changes: 0 additions & 6 deletions lib/twilio-ruby/rest/media.rb

This file was deleted.

79 changes: 0 additions & 79 deletions lib/twilio-ruby/rest/media/v1.rb

This file was deleted.

Loading

0 comments on commit 09f41ae

Please sign in to comment.