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
A Node.js library for Twingly's Search API (previously known as Analytics API). Twingly is a blog search service that provides a searchable API known as [Twingly Search API](https://developer.twingly.com/resources/search/).
5
+
A Node.js library for Twingly's Search API (previously known as Analytics API). Twingly is a blog search service that provides a searchable API known as [Twingly Search API][Twingly Search API documentation].
6
6
7
7
## Installation
8
8
@@ -45,7 +45,9 @@ Find the generated documentation in `out/index.html`.
45
45
46
46
Example code can be found in [examples/](examples/).
47
47
48
-
To learn more about the capabilities of the API, please read the [Twingly Search API documentation](https://developer.twingly.com/resources/search/).
48
+
To learn more about the capabilities of the API, please read the [Twingly Search API documentation].
49
+
50
+
[Twingly Search API documentation]: https://app.twingly.com/blog_search?tab=documentation
Copy file name to clipboardExpand all lines: lib/post.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@
19
19
* @property {string} blogId - the blog ID (Twingly internal identification)
20
20
* @property {string} blogName - the name of the blog
21
21
* @property {string} blogUrl - the blog URL
22
-
* @property {number} blogRank - the rank of the blog, based on authority and language. {@link https://developer.twingly.com/resources/ranking/#blogrank}
23
-
* @property {number} authority - the blog's authority/influence. {@link https://developer.twingly.com/resources/ranking/#authority}
22
+
* @property {number} blogRank - the rank of the blog, based on authority and language. {@link https://app.twingly.com/blog_search?tab=documentation}
23
+
* @property {number} authority - the blog's authority/influence. {@link https://app.twingly.com/blog_search?tab=documentation}
0 commit comments