Base API URL: https://configcaster-api-production.up.railway.app
GET /configs
Request Query Parameters:
Summon is a threshold cryptocurrency wallet signing service, built for organizations.
It is different from other wallet signing services in that it:
We want to provide apps access to Redis in Staging, but providing a dedicated ElastiCache instance to each application is problematic for 2 reasons:
We also cannot use a shared Redis ElastiCache instance across all apps as there is no built-in way to guarantee unique prefix keys
Currently, there is a high cost to migrating a project configuration from one environment to another. As a result, projects with large configurations rarely get migrated to other environments for development since there is so much friction in doing so.
A project-wide, environment-scoped configuration that can be applied to different environments of that project or to a completely different project as well. It will have the following properties:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
from flask import Flask | |
from flask import jsonify | |
from flask import request | |
import csv | |
import random | |
# touch 'invalid_requests' and 'valid_requests' files in same directory as script | |
app = Flask(__name__) | |
RELEVANT_BOROUGHS = ["Brooklyn", "Queens", "Manhattan", "Bronx"] |