Skip to content
Axe API
Search
K
Main Navigation
Learn
API Reference
Blog
Upgrading
Versioning Policy
v1 (stable)
v0.30
v0.20
Releases
Changelog
Ecosystem
Support
FAQ
Team
CLI
SonarCloud
v1
v1 (stable)
v0.30
GitHub
Menu
Return to top
On this page
first()
ts
import
api
from
"axe-api-client"
;
// ...
const
user
=
await
api.
find
(
"users/1"
);
url
: The resource URL.