KOSASIH / pi-nexus-autonomous-banking-network

Missing module/function docstring PY-D0003
Documentation
Minor
2 occurrences in this check
22        else:
23            return None
24
25    def get_chain_data(self, access_token):26        headers = {
27            "Content-Type": "application/json",
28            "Authorization": f"Bearer {access_token}",
 7        self.api_key = api_key
 8        self.api_secret = api_secret
 9
10    def authenticate(self):11        headers = {
12            "Content-Type": "application/json",
13            "Authorization": f"Bearer {self.api_key}",