configfacets/core-concepts
appconfigs
Examples of application configurations aligned with Configfacet's core concepts.
applications
coreconcepts
|
Authentication
Add API authentication details
HEADERS
X-APIKEY
string
Send X-APIKEY in Header
Readme
User instructions for this resource
Remote Endpoint
In the following example, We request
to identify gender based on name sent in query param.https://api.genderize.io
curl https://api.genderize.io?name=mary
will return
{
"count": 1353810,
"name": "mary",
"gender": "female",
"probability": 0.99
}
Upon receiving it, we reformat it to
{
"prediction": {
"name": "{{ name }}",
"gender": "{{ gender }}"
}
}
POST/apis/repos/configfacets/core-concepts/appconfigs/resources/endpoints/external-data-source/exec
REQUEST
QUERY-STRING PARAMETERS
format
string
No sources available.
API Server https://configfacets.com
API Key
Not set
RESPONSES
No content available.