Skip to content

Commit d1bef9e

Browse files
author
Fraser Greenroyd
committed
Remove API Token method for Security
1 parent 60830d6 commit d1bef9e

File tree

3 files changed

+37
-87
lines changed

3 files changed

+37
-87
lines changed

CarbonQueryDatabase_Engine/CarbonQueryDatabase_Engine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@
7676
<Reference Include="System.Xml" />
7777
</ItemGroup>
7878
<ItemGroup>
79-
<Compile Include="Compute\APIToken.cs" />
8079
<Compile Include="Create\GetRequest.cs" />
8180
<Compile Include="Properties\AssemblyInfo.cs" />
8281
</ItemGroup>
8382
<ItemGroup>
83+
<Folder Include="Compute\" />
8484
<Folder Include="Modify\" />
8585
<Folder Include="Query\" />
8686
</ItemGroup>

CarbonQueryDatabase_Engine/Compute/APIToken.cs

Lines changed: 0 additions & 86 deletions
This file was deleted.
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"Namespace": {
3+
"ToNew": {
4+
},
5+
"ToOld": {
6+
}
7+
},
8+
"Type": {
9+
"ToNew": {
10+
11+
},
12+
"ToOld": {
13+
14+
}
15+
},
16+
"Method": {
17+
"ToNew": {
18+
19+
},
20+
"ToOld": {
21+
}
22+
},
23+
"Property": {
24+
"ToNew": {
25+
26+
},
27+
"ToOld": {
28+
29+
}
30+
},
31+
"MessageForDeleted": {
32+
"BH.Engine.Adapters.CarbonQueryDatabase.Compute.CQDBearerToken(System.String, System.String)" : "This method has been removed following a refactor to utilise API keys rather than usernames and passwords for security purposes. Please obtain an API key from the provider and plug that into the Adapter to use this toolkit.",},
33+
"MessageForNoUpgrade": {
34+
35+
}
36+
}

0 commit comments

Comments
 (0)