This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree 1 file changed +10
-8
lines changed
1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- ==============
2
- cod-python-api
3
- ==============
1
+ ===================
2
+ ** cod-python-api **
3
+ ===================
4
4
5
5
.. image :: https://github.com/TodoLodo2089/cod-python-api/actions/workflows/tests.yml/badge.svg?branch=main
6
6
:target: https://github.com/TodoLodo2089/cod-python-api.git
@@ -16,19 +16,21 @@ cod-python-api
16
16
**Call Of Duty API Library ** for **python ** with the implementation of both public and private API used by activision on
17
17
callofduty.com
18
18
19
+ ====
19
20
Devs
20
21
====
21
22
`Todo Lodo `_ and `Engineer15 `_
22
23
23
24
.. _Todo Lodo : https://github.com/TodoLodo2089
24
25
.. _Engineer15 : https://github.com/Engineer152
25
26
27
+ =============
26
28
Documentation
27
29
=============
28
30
This package can be used directly as a python file or as a python library.
29
31
30
32
Installation
31
- ------------
33
+ ============
32
34
33
35
Install cod-api library using `pip `_:
34
36
@@ -39,10 +41,10 @@ Install cod-api library using `pip`_:
39
41
.. _pip : https://pip.pypa.io/en/stable/getting-started/
40
42
41
43
Usage
42
- -----
44
+ =====
43
45
44
46
Initiation
45
- ~~~~~~~~~~
47
+ ----------
46
48
47
49
Import module with its classes:
48
50
@@ -68,7 +70,7 @@ copy the value
68
70
.. _callofduty : https://my.callofduty.com/
69
71
70
72
Game/Other sub classes
71
- ~~~~~~~~~~~~~~~~~~~~~~
73
+ ----------------------
72
74
Following importation and initiation of the class ``API `` its associated subclasses can be called by ``API.subClassName ``
73
75
and following are available sub classes
74
76
@@ -171,7 +173,7 @@ For a detailed description of each subclass, `__doc__` (docstring) of each sub c
171
173
print (api.Misc.__doc__ )
172
174
173
175
Combat History
174
- ~~~~~~~~~~~~~~
176
+ --------------
175
177
176
178
Any sub class of ``API `` of catogery game has methods to check a player's combat history.
177
179
Note that before calling any methods of sub classes of ``API `` you must be `logged in `_.
You can’t perform that action at this time.
0 commit comments