Skip to content

Commit 5fc48ed

Browse files
committed
Renamed AssetApi to Content API and started working on the Content API Docs
1 parent ff5dfe4 commit 5fc48ed

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/ContentApi.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Content API
2+
3+
*To provide the Data we are using the [valorant-api.com](https://valorant-api.com)*

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ module.exports = {
44
Regions: require("./src/regions"),
55
Tiers: require("./src/tiers"),
66
LocalRiotClientAPI: require("./src/LocalRiotClientAPI"),
7-
assetsAPI: require("./src/assatesApi"),
7+
Content: require("./src/contentApi"),
88
languages: require("./src/languages"),
99
};

src/assatesApi.js renamed to src/contentApi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const axios = require("axios").default;
44
const languages = require("./languages");
55

6-
class assetsAPI {
6+
class Content {
77
/**
88
* Initialize the Assets API using https://valorant-api.com/
99
* @param {string} language The language of the output

0 commit comments

Comments
 (0)