mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-14 12:04:41 +00:00
Commit from GitHub Actions (Publish APIs & Clients)
This commit is contained in:
11
examples/sunnah/collections/node/listAvailableCollections.js
Executable file
11
examples/sunnah/collections/node/listAvailableCollections.js
Executable file
@@ -0,0 +1,11 @@
|
||||
import * as sunnah from "m3o/sunnah";
|
||||
|
||||
// Get a list of available collections. A collection is
|
||||
// a compilation of hadiths collected and written by an author.
|
||||
async function ListAvailableCollections() {
|
||||
let sunnahService = new sunnah.SunnahService(process.env.MICRO_API_TOKEN);
|
||||
let rsp = await sunnahService.collections({});
|
||||
console.log(rsp);
|
||||
}
|
||||
|
||||
await ListAvailableCollections();
|
||||
Reference in New Issue
Block a user