Skip to content
#

jsonrpc

Here are 118 public repositories matching this topic...

offbyone
offbyone commented Jan 28, 2016

I'd like to know how blueprints actually work in Flask-JSONRPC; the only thing the examples look to be doing is registering the blueprint itself, but the methods on it are registered to the toplevel JSONRPC instance, instead of one for the blueprint itself:

from base_app import jsonrpc  # the one from the toplevel app
from flask import Blueprint

bp = Blueprint(__name__)

# if I had a 

Improve this page

Add a description, image, and links to the jsonrpc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jsonrpc topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.