Custom hook to get the Api instance
The Api instance
const api = useApi();api.get("projects").then(console.log); Copy
const api = useApi();api.get("projects").then(console.log);
Generated using TypeDoc
Custom hook to get the Api instance