-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add API Migration Guide for Horizon to RPC #1247
Conversation
Preview is available here: |
Preview is available here: |
Preview is available here: |
2 similar comments
Preview is available here: |
Preview is available here: |
Preview is available here: |
Preview is available here: |
What
Adds a guide mapping Horizon REST API endpoints to RPC JSON-RPC API methods.
Why
Provides developers a clear reference for transitioning between APIs, detailing method mappings and migration strategies.
There don't exist docs today that help a developer who is already using Horizon know what endpoints they should look to on the RPC. While the endpoints are intuitive to a degree any migration comes with a cost, and documentation that helps devs see the path is clear or not can help with adoption.
The doc will also make it pretty quickly clear to a dev if they are relying on features of Horizon that just aren't supported by the RPC, so may help those devs start earlier at identifying other products and solutions they will need to acquire or build.
Most of the content in this page being added is derived from a diagram @mollykarcher and @ire-and-curses drew:
There's not really a limit to how far or to what a migration guide could talk about. It could talk about operationally, or other aspects of the API such as pagination. But I think what's contained in this PR is at least a good starting point that should be impactful.