Skip to content

Commit c178185

Browse files
committed
Reverting caching changes
1 parent 1843a5c commit c178185

File tree

175 files changed

+30248
-23954
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

175 files changed

+30248
-23954
lines changed

.github/azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pool:
55
vmImage: ubuntu-latest
66

77
variables:
8-
version: 2.1.0
8+
version: 1.2.0
99
moduleName: PokeAPI
1010

1111
jobs:
91.5 KB
Loading
110 KB
Loading

PokeAPI/PokeAPI.psd1

348 Bytes
Binary file not shown.

PokeAPI/Private/apiCalls/ConvertTo-PokeQueryString.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function ConvertTo-PokeQueryString {
3535
2x key = https://pokeapi.co/api/v2/account?accountId=12345&details=True
3636
3737
.NOTES
38-
N/A
38+
N\A
3939
4040
.LINK
4141
https://celerium.github.io/PokeAPI-PowerShellWrapper/site/Internal/ConvertTo-PokeQueryString.html
@@ -61,8 +61,7 @@ param(
6161

6262
$excludedParameters = 'Debug', 'ErrorAction', 'ErrorVariable', 'InformationAction', 'InformationVariable',
6363
'OutBuffer', 'OutVariable', 'PipelineVariable', 'Verbose', 'WarningAction', 'WarningVariable',
64-
'allPages','updateCache',
65-
'id', 'name'
64+
'allPages', 'id', 'name'
6665

6766
$query_Parameters = [System.Web.HttpUtility]::ParseQueryString([String]::Empty)
6867

PokeAPI/Private/apiCalls/Get-PokeCachedData.ps1

Lines changed: 0 additions & 106 deletions
This file was deleted.

PokeAPI/Private/apiCalls/Get-PokeMetaData.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function Get-PokeMetaData {
3232
http://myapi.gateway.example.com/device
3333
3434
.NOTES
35-
N/A
35+
N\A
3636
3737
.LINK
3838
https://celerium.github.io/PokeAPI-PowerShellWrapper/site/Internal/Get-PokeMetaData.html
@@ -44,7 +44,7 @@ function Get-PokeMetaData {
4444
[string]$base_uri = $Poke_Base_URI
4545
)
4646

47-
begin { $resource_uri = "/" }
47+
begin { $resource_uri = "/" }
4848

4949
process {
5050

PokeAPI/Private/apiCalls/Invoke-PokeRequest.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Invoke-PokeRequest {
5151
5252
5353
.NOTES
54-
N/A
54+
N\A
5555
5656
.LINK
5757
https://celerium.github.io/PokeAPI-PowerShellWrapper/site/Internal/Invoke-PokeRequest.html

PokeAPI/Private/apiCalls/Set-PokeCachedData.ps1

Lines changed: 0 additions & 65 deletions
This file was deleted.

PokeAPI/Private/baseUri/Add-PokeBaseURI.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function Add-PokeBaseURI {
2121
A custom API gateway of http://myapi.gateway.example.com will be used for all API calls to Poke's API.
2222
2323
.NOTES
24-
N/A
24+
N\A
2525
2626
.LINK
2727
https://celerium.github.io/PokeAPI-PowerShellWrapper/site/Internal/Add-PokeBaseURI.html

0 commit comments

Comments
 (0)