Skip to content

Commit

Permalink
Removed references to API keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Celerium committed Feb 26, 2024
1 parent 90e6abb commit 3c37508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Get-Help Get-PokePokemon -Full

## Initial Setup

After installing this module, you will need to configure both the *base URI* & *API access tokens* that are used to talk with the Poke API.
After installing this module, you will need to configure the *base URI* that are used to talk with the Poke API.

1. Run `Add-PokeBaseURI`
- By default, Poke's `https://pokeapi.co/api/v2` URI is used.
Expand All @@ -133,7 +133,7 @@ After installing this module, you will need to configure both the *base URI* & *
<br>

2. [**optional**] Run `Export-PokeModuleSettings`
- This will create a config file at `%UserProfile%\PokeAPI` that holds the *base uri* & *API access tokens* information.
- This will create a config file at `%UserProfile%\PokeAPI` that holds the *base uri* information.
- Next time you run `Import-Module -Name PokeAPI`, this configuration file will automatically be loaded.

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Get-Help Get-PokePokemon -Full

## Initial Setup

After installing this module, you will need to configure both the *base URI* & *API access tokens* that are used to talk with the Poke API.
After installing this module, you will need to configure the *base URI* that are used to talk with the Poke API.

1. Run `Add-PokeBaseURI`
- By default, Poke's `https://pokeapi.co/api/v2` URI is used.
Expand All @@ -144,7 +144,7 @@ After installing this module, you will need to configure both the *base URI* & *
<br>

2. [**optional**] Run `Export-PokeModuleSettings`
- This will create a config file at `%UserProfile%\PokeAPI` that holds the *base uri* & *API access tokens* information.
- This will create a config file at `%UserProfile%\PokeAPI` that holds the *base uri* information.
- Next time you run `Import-Module -Name PokeAPI`, this configuration file will automatically be loaded.

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Expand Down

0 comments on commit 3c37508

Please sign in to comment.