Skip to content

Commit f637fca

Browse files
Rish/neyn 3305 add neynar api reference to farcaster documentation (base#320)
Adding doc pages to create Feed, user profiles, conversation threads, etc. via Neynar <!-- start pr-codex --> --- ## PR-Codex overview This PR introduces information about `Neynar`, a third-party service that provides various APIs and tools for developers working with `Farcaster`. It updates documentation to include an overview and links to relevant resources. ### Detailed summary - Added a link to `Neynar` in `docs/reference/index.md`. - Introduced a new section for `Third party services` in `docs/.vitepress/config.mts`. - Created a new `Neynar` documentation page in `docs/reference/third-party/neynar/index.md` detailing services such as: - Hosted hubs - REST APIs - Signer management - New account creation - Webhooks - Data ingestion pipelines > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent b3f0c86 commit f637fca

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,15 @@ export default defineConfig({
305305
},
306306
],
307307
},
308+
{
309+
text: 'Third party services',
310+
items: [
311+
{
312+
text: 'Neynar',
313+
link: '/reference/third-party/neynar/index',
314+
}
315+
]
316+
}
308317
],
309318
'/auth-kit/': [
310319
{
@@ -628,6 +637,15 @@ export default defineConfig({
628637
// },
629638
],
630639
},
640+
{
641+
text: 'Third party services',
642+
items: [
643+
{
644+
text: 'Neynar',
645+
link: '/reference/third-party/neynar/index',
646+
},
647+
],
648+
}
631649
],
632650
},
633651
socialLinks: [

docs/reference/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ The reference sections documents API's, standards and protocols used commonly us
88
- [Replicator](/reference/replicator/schema) - An overview and schema for the replicator.
99
- [Contracts](/reference/contracts/index) - A design overview and ABI reference for Farcaster contracts.
1010
- [FName Registry](/reference/fname/api) - An overview and API reference for the Farcaster Name Server.
11+
- [Neynar](/reference/third-party/neynar/index) - An overview of Neynar APIs that can help developers get started with Farcaster
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Neynar
2+
3+
[Neynar](https://neynar.com) is an independent 3rd party provider that offers the following services for Farcaster data:
4+
5+
- [Hosted hubs](https://docs.neynar.com/docs/create-a-stream-of-casts)
6+
- [REST APIs](https://docs.neynar.com/reference/quickstart)
7+
- [Signer management](https://docs.neynar.com/docs/which-signer-should-you-use-and-why)
8+
- [New account creation](https://docs.neynar.com/docs/how-to-create-a-new-farcaster-account-with-neynar)
9+
- [Webhooks](https://docs.neynar.com/docs/how-to-create-webhooks-on-the-go-using-the-sdk)
10+
- [Data ingestion pipelines](https://docs.neynar.com/docs/how-to-choose-the-right-data-product-for-you)
11+
12+
🪐

0 commit comments

Comments
 (0)