• Custom hook to get the Api instance

    Returns Api

    The Api instance

    Example

    const api = useApi();
    api.get("projects").then(console.log);

Generated using TypeDoc