# Alpha

The main class to use any of the functions.

### Constructor

```javascript
new Alpha(apiToken);
```

|   Parameter  |  Type  |                                            Description                                            |
| :----------: | :----: | :-----------------------------------------------------------------------------------------------: |
| **apiToken** | String | The API key to interact with the [Alpha Coders API](https://api.alphacoders.com/api/instructions) |

<details>

<summary>Properties</summary>

* [getList](https://biologyscience.gitbook.io/alpha-coders/reference/properties/getlist)
* [getSpecificWallpapers](https://biologyscience.gitbook.io/alpha-coders/reference/properties/getspecificwallpapers)

</details>

<details>

<summary>Methods</summary>

* [getRandomWallpapers](https://biologyscience.gitbook.io/alpha-coders/reference/methods/getrandomwallpaper)
* [getWallpaper](https://biologyscience.gitbook.io/alpha-coders/reference/methods/getwallpaper)
* [search](https://biologyscience.gitbook.io/alpha-coders/reference/methods/search)
* [queryCount](https://biologyscience.gitbook.io/alpha-coders/reference/methods/querycount)

</details>
