Skip to content

Commit f967dd7

Browse files
committed
Clean code changes
1 parent 9fab3c1 commit f967dd7

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
Skillcorner API retrieves football tracking data.
44

55
## Details
6-
SkillcornerClient uses HTTPBasicAuth to authenticate to https://skillcorner.com domain. Username and password can be passed as attributes while creating SkillcornerClient instance or set as environment variables (SKC_USERNAME, SKC_PASSWORD) and read automatically by SkillcornerClient class.
6+
SkillcornerClient uses HTTPBasicAuth to authenticate to https://skillcorner.com domain. Username and password
7+
can be passed as attributes while creating SkillcornerClient instance or set as environment variables
8+
(SKC_USERNAME, SKC_PASSWORD) and read automatically by SkillcornerClient class.
79

8-
Methods of SkillcornerClient are generated automatically using metaclass _MethodsGenerator. This metaclass, basing on pre-prepared dictionaries, freezes particular arguments which cannot be changed and generates proper method signature.
10+
Methods of SkillcornerClient are generated automatically using metaclass _MethodsGenerator. This metaclass,
11+
basing on pre-prepared dictionaries, freezes particular arguments which cannot be changed and generates
12+
proper method signature.
913

1014
## Project Structure
1115
client.py - contains SkillcornerClient class and all methods allowing to interact with Skillcorner API.

0 commit comments

Comments
 (0)