Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
11 changes: 1 addition & 10 deletions examples/basic-usage.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,16 +161,7 @@ async function main() {
);
});

// Example 5: Search for non-existing journalist

const journalists = await perigon.searchJournalists({
id: "NONE",
size: 1,
});

console.log("No Journalists found: ", journalists);

// Example 6: Wikipedia Search
// Example 5: Wikipedia Search
console.log("📚 Example 6: Wikipedia Search");
console.log('Searching Wikipedia pages about "machine learning"...\n');

Expand Down
10 changes: 9 additions & 1 deletion examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,032 changes: 714 additions & 318 deletions src/apis/V1Api.ts

Large diffs are not rendered by default.

Loading