More endpoints and a graphql scheme discover query.
This commit is contained in:
parent
e4a97a1e34
commit
4a66c0fff9
|
|
@ -12,6 +12,8 @@ new
|
||||||
password-change
|
password-change
|
||||||
password-reset
|
password-reset
|
||||||
register
|
register
|
||||||
|
retrieve
|
||||||
|
retrieve_or_create
|
||||||
search
|
search
|
||||||
send-verification-email
|
send-verification-email
|
||||||
show
|
show
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
{__schema{types{name,kind,description,fields{name,type{name}}}}}
|
||||||
34
http.txt
34
http.txt
|
|
@ -1,21 +1,36 @@
|
||||||
._darcs
|
._darcs
|
||||||
|
.build
|
||||||
.bzr
|
.bzr
|
||||||
.chef
|
.chef
|
||||||
.chef/credentials
|
.chef/credentials
|
||||||
.config
|
.config
|
||||||
|
.config/
|
||||||
|
.core
|
||||||
.env
|
.env
|
||||||
.git
|
.git
|
||||||
|
.gitconfig
|
||||||
.hg
|
.hg
|
||||||
|
.hta
|
||||||
|
.htaccess
|
||||||
|
.htpasswd
|
||||||
|
.htpasswd-old
|
||||||
|
.htpasswd_test
|
||||||
.kube
|
.kube
|
||||||
.kube/config
|
.kube/config
|
||||||
.secret
|
.secret
|
||||||
.secrets
|
.secrets
|
||||||
.svn
|
.svn
|
||||||
.terraform
|
.terraform
|
||||||
|
.tmp
|
||||||
.well-known
|
.well-known
|
||||||
|
.well-known/enterprise-network-security
|
||||||
|
.well-known/host-meta
|
||||||
|
.well-known/host-meta.json
|
||||||
.well-known/jwks.json
|
.well-known/jwks.json
|
||||||
|
.well-known/matrix
|
||||||
.well-known/oauth-authorization-server
|
.well-known/oauth-authorization-server
|
||||||
.well-known/openid-configuration
|
.well-known/openid-configuration
|
||||||
|
.well-known/uma2-configuration
|
||||||
/.well-known/openid-configuration
|
/.well-known/openid-configuration
|
||||||
/api/auth-ui/v2/
|
/api/auth-ui/v2/
|
||||||
/api/v1/config
|
/api/v1/config
|
||||||
|
|
@ -23,6 +38,7 @@
|
||||||
1.1
|
1.1
|
||||||
2.0
|
2.0
|
||||||
2.2
|
2.2
|
||||||
|
2fa
|
||||||
API
|
API
|
||||||
Account/Login
|
Account/Login
|
||||||
AppConfig
|
AppConfig
|
||||||
|
|
@ -31,13 +47,17 @@ _
|
||||||
admin
|
admin
|
||||||
airflow.cfg
|
airflow.cfg
|
||||||
ajax
|
ajax
|
||||||
|
ajax/legacy_graphql
|
||||||
ajax/metrics
|
ajax/metrics
|
||||||
|
ajax/settings
|
||||||
android_manifest.json
|
android_manifest.json
|
||||||
api
|
api
|
||||||
api-docs
|
api-docs
|
||||||
api/1
|
api/1
|
||||||
api/18
|
api/18
|
||||||
api/2.0
|
api/2.0
|
||||||
|
api/mobile
|
||||||
|
api/profile
|
||||||
api/public
|
api/public
|
||||||
api/public/v2
|
api/public/v2
|
||||||
api/rest
|
api/rest
|
||||||
|
|
@ -62,7 +82,9 @@ config
|
||||||
config/credentials.yml.enc
|
config/credentials.yml.enc
|
||||||
config/slack.yml
|
config/slack.yml
|
||||||
core
|
core
|
||||||
|
coupons
|
||||||
credentials.yml
|
credentials.yml
|
||||||
|
dashboard
|
||||||
debug
|
debug
|
||||||
debugger
|
debugger
|
||||||
docs
|
docs
|
||||||
|
|
@ -82,14 +104,22 @@ jwks
|
||||||
jwks.json
|
jwks.json
|
||||||
kube_config_cluster.yaml
|
kube_config_cluster.yaml
|
||||||
kustomization.yaml
|
kustomization.yaml
|
||||||
|
legacy
|
||||||
login
|
login
|
||||||
|
lookup
|
||||||
main.tf
|
main.tf
|
||||||
manifest.json
|
manifest.json
|
||||||
master.key
|
master.key
|
||||||
me
|
me
|
||||||
metrics
|
metrics
|
||||||
|
mobile
|
||||||
notifications
|
notifications
|
||||||
|
oauth
|
||||||
oauth-callback
|
oauth-callback
|
||||||
|
oauth/discovery/keys
|
||||||
|
oauth/introspection
|
||||||
|
oauth/userinfo
|
||||||
|
old
|
||||||
openid
|
openid
|
||||||
openid/register
|
openid/register
|
||||||
password.txt
|
password.txt
|
||||||
|
|
@ -101,11 +131,13 @@ registration
|
||||||
rest
|
rest
|
||||||
rest/api/2
|
rest/api/2
|
||||||
rest/api/2/
|
rest/api/2/
|
||||||
|
risk
|
||||||
robots.txt
|
robots.txt
|
||||||
saml2/idp/sso
|
saml2/idp/sso
|
||||||
script
|
script
|
||||||
secret.yaml
|
secret.yaml
|
||||||
server-status
|
server-status
|
||||||
|
sessions
|
||||||
settings
|
settings
|
||||||
spec3.json
|
spec3.json
|
||||||
spec3.yaml
|
spec3.yaml
|
||||||
|
|
@ -121,8 +153,10 @@ user/v1/session
|
||||||
username.txt
|
username.txt
|
||||||
uwsgi.ini
|
uwsgi.ini
|
||||||
v1
|
v1
|
||||||
|
v1/accounts
|
||||||
v1/api
|
v1/api
|
||||||
v1/api/
|
v1/api/
|
||||||
|
v1/customers
|
||||||
v2
|
v2
|
||||||
v2/api
|
v2/api
|
||||||
v2/swagger.json
|
v2/swagger.json
|
||||||
|
|
|
||||||
15
objects.txt
15
objects.txt
|
|
@ -2,11 +2,15 @@
|
||||||
_ajax
|
_ajax
|
||||||
access_token
|
access_token
|
||||||
account
|
account
|
||||||
|
accounts
|
||||||
actions
|
actions
|
||||||
activities
|
activities
|
||||||
activity
|
activity
|
||||||
|
apikeys
|
||||||
|
apikeys_new
|
||||||
attachments
|
attachments
|
||||||
avatars
|
avatars
|
||||||
|
billing_portal
|
||||||
bookmarks
|
bookmarks
|
||||||
campaigns
|
campaigns
|
||||||
cart
|
cart
|
||||||
|
|
@ -20,6 +24,7 @@ collector
|
||||||
comments
|
comments
|
||||||
config
|
config
|
||||||
configuration
|
configuration
|
||||||
|
coupons
|
||||||
credit_report
|
credit_report
|
||||||
customers
|
customers
|
||||||
direct_v2
|
direct_v2
|
||||||
|
|
@ -42,6 +47,9 @@ guest
|
||||||
images
|
images
|
||||||
inboxes
|
inboxes
|
||||||
invoice
|
invoice
|
||||||
|
invoiceitems
|
||||||
|
item
|
||||||
|
items
|
||||||
lists
|
lists
|
||||||
live
|
live
|
||||||
me
|
me
|
||||||
|
|
@ -51,16 +59,22 @@ metadata
|
||||||
metrics
|
metrics
|
||||||
movies
|
movies
|
||||||
newsletters
|
newsletters
|
||||||
|
notes
|
||||||
notifications
|
notifications
|
||||||
oauth
|
oauth
|
||||||
onboarding
|
onboarding
|
||||||
|
onboarding_task_list
|
||||||
page-templates
|
page-templates
|
||||||
|
payment
|
||||||
|
payment_methods
|
||||||
|
payments
|
||||||
preferences
|
preferences
|
||||||
profile
|
profile
|
||||||
projects
|
projects
|
||||||
proxy
|
proxy
|
||||||
pub
|
pub
|
||||||
public
|
public
|
||||||
|
quotes
|
||||||
realms
|
realms
|
||||||
realtime
|
realtime
|
||||||
refresh_access_token
|
refresh_access_token
|
||||||
|
|
@ -76,6 +90,7 @@ snapshots
|
||||||
stats
|
stats
|
||||||
status
|
status
|
||||||
statuses
|
statuses
|
||||||
|
subscriptions
|
||||||
templates
|
templates
|
||||||
tracking
|
tracking
|
||||||
user
|
user
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue