You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function returns an array of objects containing comic book information
22
-
example object:
36
+
The function returns an array of objects containing comic book information
37
+
### example object:
23
38
```js
24
39
{
25
40
title:'Batman – One Dark Knight #3 (2022)',
@@ -38,5 +53,7 @@ example object:
38
53
}
39
54
```
40
55
56
+
**To see full list of available functions take a look at test.js in test folder**
57
+
41
58
## Report Problems
42
59
If you have any problems regarding this project, read the following [disclaimer](https://github.com/yashkathe/download-comicbooks-api/blob/master/DISCLAIMER.md)
0 commit comments