Add some API endpoint discovery content.
This commit is contained in:
parent
73c4eb07d1
commit
2ce1c7fbe4
|
|
@ -0,0 +1,21 @@
|
||||||
|
add
|
||||||
|
auth-user-info
|
||||||
|
authorize
|
||||||
|
create
|
||||||
|
delete
|
||||||
|
destroy
|
||||||
|
discover
|
||||||
|
do-search
|
||||||
|
incoming
|
||||||
|
lookup
|
||||||
|
password-change
|
||||||
|
password-reset
|
||||||
|
register
|
||||||
|
search
|
||||||
|
send-verification-email
|
||||||
|
show
|
||||||
|
signin
|
||||||
|
signup
|
||||||
|
update
|
||||||
|
verify
|
||||||
|
vote
|
||||||
3
http.txt
3
http.txt
|
|
@ -29,6 +29,8 @@ ajax/metrics
|
||||||
android_manifest.json
|
android_manifest.json
|
||||||
api
|
api
|
||||||
api-docs
|
api-docs
|
||||||
|
api/rest
|
||||||
|
api/rest/v1
|
||||||
api/v1
|
api/v1
|
||||||
api/v2
|
api/v2
|
||||||
api/v2/users/me
|
api/v2/users/me
|
||||||
|
|
@ -75,6 +77,7 @@ password.txt
|
||||||
php.ini
|
php.ini
|
||||||
prometheus.yml
|
prometheus.yml
|
||||||
registration
|
registration
|
||||||
|
rest
|
||||||
robots.txt
|
robots.txt
|
||||||
script
|
script
|
||||||
secret.yaml
|
secret.yaml
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,40 @@
|
||||||
|
2017
|
||||||
|
_ajax
|
||||||
|
access_token
|
||||||
|
account
|
||||||
|
actions
|
||||||
|
attachments
|
||||||
|
cart
|
||||||
|
charges
|
||||||
|
collections
|
||||||
|
configuration
|
||||||
|
customers
|
||||||
|
direct_v2
|
||||||
|
domains
|
||||||
|
droplets
|
||||||
|
favourites
|
||||||
|
feed
|
||||||
|
followers
|
||||||
|
graphql
|
||||||
|
growth
|
||||||
|
images
|
||||||
|
inboxes
|
||||||
|
lists
|
||||||
|
live
|
||||||
|
me
|
||||||
|
members
|
||||||
|
messaging
|
||||||
|
metadata
|
||||||
|
metrics
|
||||||
|
movies
|
||||||
|
notifications
|
||||||
|
oauth
|
||||||
|
preferences
|
||||||
|
projects
|
||||||
|
refresh_access_token
|
||||||
|
settings
|
||||||
|
shows
|
||||||
|
stats
|
||||||
|
statuses
|
||||||
|
user
|
||||||
|
users
|
||||||
Loading…
Reference in New Issue