Skip to content

Commit 0a620e8

Browse files
authoredJan 22, 2023
docs
1 parent 667808e commit 0a620e8

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed
 

‎README.md

+59
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
<br/>
23
<p align="center">
34
<a href="https://github.com/YASSINE-AA/PyValo">
@@ -35,6 +36,7 @@ Ping a specific valorant server via the ``get_valorant_server_ping(region)`` met
3536
|ASIA-NORTH| dynamodb.ap-northeast-2.amazonaws.com|
3637
|ASIA-WEST| dynamodb.ap-northeast-1.amazonaws.com|
3738

39+
3840
## Table Of Contents
3941

4042
* [About the Project](#about-the-project)
@@ -110,3 +112,60 @@ Happy Coding!
110112
## Authors
111113

112114
* **Yassine Ahmed Ali** - *Computer Engineering Student* - [Yassine Ahmed Ali](https://github.com/YASSINE-AA) - *Developer*
115+
116+
117+
## Endpoints currently available:
118+
119+
| Method | Explanation|
120+
| ------------- | ------------- |
121+
| add_friend(gameName, tagLine)| Send a friend request by passing in the game name and tag line. |
122+
| change_queue(index)| index is [1-7] it indicates the position of the game mode in the game menu. |
123+
| decline_party_request(partyID, requestID)| Decline a party invite request by passing in the partyID and requestID|
124+
| dodge_pregame_match()| Dodge a match while still in agent selection. |
125+
| get_accountXP(puuid)| Get info about an account by passing in the Player unique user ID. |
126+
| get_content()| Get all content available In-Game from skins to maps etc...|
127+
| get_current_match_id()| Get the current on-going game ID. |
128+
| get_current_match_info(matchID)| Get match info about the on-going game by passing in the match ID. |
129+
| get_current_match_loadout(matchID)| Get the current player loadout for the on-going game. |
130+
| get_current_party()| Get the current party. |
131+
| get_current_party_from_id(partyID)| Get info about a party by passing in the party ID. |
132+
| get_current_party_id()| Get the current party's ID. |
133+
| get_current_player()| Get the info about the current player. |
134+
| get_current_player_puuid()| Get the current player's unique ID. |
135+
| get_current_pregame(puuid)| Get info about the pregame phase. |
136+
| get_current_pregame_id()| Get the current pregame ID. |
137+
| get_friend_requests()| Get unanswered friend requests. |
138+
| get_friends()| Get a json response containing ur friends list.|
139+
| get_match_details(matchID)| Get details of a match by passing in the Match ID. |
140+
| get_match_history(puuid)| Get match history of a player. |
141+
| get_messages()| Get latest Messages. |
142+
| get_order(orderID)| Get Info about an order by passing in the order ID.|
143+
| get_player_loadout(puuid)| Get the player loadout. |
144+
| get_player_mmr(puuid)| Get the player's MMR. |
145+
| get_player_restrictions()| Get player's restrictions. |
146+
| get_player_settings()| Get player settings. |
147+
| get_region()| Get current region. |
148+
| get_session(puuid)| Get info about the session. |
149+
| get_store_entitlements(puuid, itemType)| Get store entitlements by passing in the Player user ID and the Item Type. |
150+
| get_store_offers()| Get current store offers. |
151+
| get_storefront(puuid)| Get current store front. |
152+
| get_valorant_server_ping(region)| Ping a specific valorant server. |
153+
| get_wallet(puuid)| Get wallet info (Radianite points and valorant points.) |
154+
| join_queue()| Join queue. |
155+
| kick_player_from_party(puuid)| Kick player from party by passing in the player unique ID. |
156+
| leave_current_match()| Leave current match. |
157+
| leave_queue()| Leave queue. |
158+
| lock_pregame_agent(agentID)| Lock a pregame agent by passing in an agent's ID. |
159+
| party_invite(displayName)| Invite a player to the party by passing in their display name example#0000. |
160+
| party_refresh_competitive_tier()| Refresh competitive tier. |
161+
| party_request_join(partyID)| Send join request to a party. |
162+
| refresh_party_ping()| Refresh ping. |
163+
| refresh_player_id()| Refresh player identification. |
164+
| remove_friend(puuid)| Remove friend by passing in his player ID. |
165+
| select_pregame_agent(agentID)| Select pregame agent by passing in an agent's ID. |
166+
| send_message(message, cid)| Send a message.|
167+
| set_party_accessibility(accessibility=True)| Set party accessibility (Closed or Open).|
168+
| set_player_ready(state=False)| Change the player's state. (Ready=True, Not Ready=False).|
169+
| update_player_loadout(puuid, new_loadout)| Update a player's loadout.|
170+
171+

0 commit comments

Comments
 (0)
Please sign in to comment.