Skip to content

Commit

Permalink
Marking all new classes as beta
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Sep 23, 2024
1 parent 5227874 commit 383cdf8
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Twilio/Base/BearerToken/TokenResourceSet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Collections.Generic;
using Twilio.Clients;
using Twilio.Clients.BearerToken;
using Twilio.Annotations;

namespace Twilio.Base.BearerToken
{
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Clients/Base64UrlEncoder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Collections.Generic;
using System.Text;
using System.Web.Script.Serialization;
using Twilio.Annotations;

namespace Twilio.Clients{

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using Twilio.Http.BearerToken;
using Twilio.Jwt;
using Twilio.Clients;
using Twilio.Annotations;

#if !NET35
using System.IdentityModel.Tokens.Jwt;
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Clients/NoAuth/TwilioNoAuthRestClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
using Twilio.Exceptions;
using Twilio.Http.BearerToken;
using Twilio.Jwt;
using Twilio.Annotations;


#if !NET35
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Http/BearerToken/OrgsTokenManager.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using Twilio.Rest.PreviewIam.V1;
using Twilio.Exceptions;
using System;
using Twilio.Annotations;

namespace Twilio.Http.BearerToken{

Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Http/BearerToken/SystemNetTokenHttpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Runtime.InteropServices;
using System.Text;
using Twilio.Constant;
using Twilio.Annotations;

namespace Twilio.Http.BearerToken
{
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Http/BearerToken/TokenHttpClient.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Twilio.Annotations;

namespace Twilio.Http.BearerToken
{
Expand Down
2 changes: 2 additions & 0 deletions src/Twilio/Http/BearerToken/TokenManager.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using Twilio.Annotations;

namespace Twilio.Http.BearerToken
{
/// <summary>
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Http/BearerToken/TokenRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Text;
using Twilio.Constant;
using Twilio.Rest;
using Twilio.Annotations;

#if !NET35
using System.Net;
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Http/Net35/WebBearerTokenRequestClient.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#if NET35
using System.IO;
using Twilio.Http.BearerToken;
using Twilio.Annotations;

namespace Twilio.Http.Net35
{
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Http/Net35/WebNoAuthRequestClient.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#if NET35
using System.IO;
using Twilio.Http.NoAuth;
using Twilio.Annotations;

namespace Twilio.Http.Net35
{
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Http/NoAuth/NoAuthHttpClient.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System;
using Twilio.Annotations;

namespace Twilio.Http.NoAuth
{
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Http/NoAuth/NoAuthRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
using System.Text;
using Twilio.Constant;
using Twilio.Rest;
using Twilio.Annotations;

#if !NET35
using System.Net;
Expand Down
1 change: 1 addition & 0 deletions src/Twilio/Http/NoAuth/SystemNetNoAuthHttpClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using System.Runtime.InteropServices;
using System.Text;
using Twilio.Constant;
using Twilio.Annotations;

namespace Twilio.Http.NoAuth
{
Expand Down

0 comments on commit 383cdf8

Please sign in to comment.