File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Code/MethodSystem/Methods/HTTPMethods Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- using MEC ;
1+ using JetBrains . Annotations ;
2+ using MEC ;
23using Newtonsoft . Json ;
34using Newtonsoft . Json . Linq ;
45using SER . Code . ArgumentSystem . Arguments ;
1011
1112namespace SER . Code . MethodSystem . Methods . HTTPMethods ;
1213
14+ [ UsedImplicitly ]
1315// ReSharper disable once InconsistentNaming
1416public class HTTPGetMethod : YieldingReferenceReturningMethod < JObject > , ICanError
1517{
Original file line number Diff line number Diff line change 1- using Newtonsoft . Json . Linq ;
1+ using JetBrains . Annotations ;
2+ using Newtonsoft . Json . Linq ;
23using SER . Code . ArgumentSystem . Arguments ;
34using SER . Code . ArgumentSystem . BaseArguments ;
45using SER . Code . Helpers . Exceptions ;
78
89namespace SER . Code . MethodSystem . Methods . HTTPMethods ;
910
11+ [ UsedImplicitly ]
1012// ReSharper disable once InconsistentNaming
1113public class ParseJSONMethod : ReferenceReturningMethod < JObject > , ICanError
1214{
You can’t perform that action at this time.
0 commit comments