Files
Clintchiz 586a6db8ff
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s
release: WRNexusJS 0.8.0
2026-08-02 23:18:51 +05:30

874 B

API examples

postWebhooksPayment

curl -X POST "http://localhost:3000/api/webhooks/payment"

getUsersCsr

curl -X GET "http://localhost:3000/api/users/csr"

getUsersSsr

curl -X GET "http://localhost:3000/api/users/ssr"

postGraphqlExample

curl -X POST "http://localhost:3000/api/graphql-example"

postTypedUser

curl -X POST "http://localhost:3000/api/typed-user"

postLogout

curl -X POST "http://localhost:3000/api/logout"

getHello

curl -X GET "http://localhost:3000/api/hello"

postLogin

curl -X POST "http://localhost:3000/api/login"

getEcho

curl -X GET "http://localhost:3000/api/echo"

postEcho

curl -X POST "http://localhost:3000/api/echo"

getMe

curl -X GET "http://localhost:3000/api/me"