Commit from m3o/m3o action

This commit is contained in:
m3o-actions
2021-11-08 10:59:15 +00:00
parent cab87b9b3e
commit d0307610bc
46 changed files with 1183 additions and 995 deletions

View File

@@ -30,6 +30,7 @@ func ListAvailableCollections() {
})
fmt.Println(rsp, err)
}
```
## Books
@@ -59,6 +60,7 @@ func GetTheBooksWithinAcollection() {
})
fmt.Println(rsp, err)
}
```
## Chapters
@@ -87,6 +89,7 @@ Collection: "bukhari",
})
fmt.Println(rsp, err)
}
```
## Hadiths
@@ -117,5 +120,6 @@ Collection: "bukhari",
})
fmt.Println(rsp, err)
}
```