Skip to content

buildingu/Mock_Admin_Panel_Data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Mock_Admin_Panel_Data

This repository provides mock data that simulates fetching from an API for the Admin Panel mockups.

Example (Using Fetch API):

const res = await fetch(
    `https://cdn.jsdelivr.net/gh/buildingu/Mock_Admin_Panel_Data@main/api/v1/blogs/blogs.json`,
    { method: "GET" }
  ),
  data = await res.json();

if (!res.ok)
  // Handle error response.

// Handle success response.

jsdelivr Documentation

About

Mock Data for the Admin Penal Mockups.

Resources

Stars

Watchers

Forks

Releases

No releases published