Skip to content

مستودع تعليمي لطريقة استخدام واجهات برمجة التطبيقات API بشكل مبسط

Notifications You must be signed in to change notification settings

RashedSharahili/LangsApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

مستودع تعليمي لطريقة استخدام واجهات برمجة التطبيقات API بشكل مبسط

فيديو شرح مبسط عن برمجة واجهة التطبيقات API

فيديو الشرح

سوي fork من الريبو وأطلق العنان لإبداعك 🤩

الدليل الارشادي لإستخدام الـ API

https://648d4c152de8d0ea11e7b746.mockapi.io/langs

[
  {
    "l_name": "Example lang",
    "l_brief": "Example brief",
    "l_image": "https://ExampleIamge",
    "l_frame_works": [
      "Example FrameWork"
    ],
    "l_popular_uses": [
      "Example Popular Uses"
    ],
    "createdAt": "2023-06-17T07:49:24.702Z",
    "id": "1"
  }
]

https://648d4c152de8d0ea11e7b746.mockapi.io/langs/:id

{
  "l_name": "Example lang",
  "l_brief": "Example brief",
  "l_image": "https://ExampleImage",
  "l_frame_works": [
    "Example FrameWork"
  ],
  "l_popular_uses": [
    "Example Popular Uses"
  ],
  "createdAt": "2023-06-27T16:52:35.660Z",
  "id": "1"
}

https://648d4c152de8d0ea11e7b746.mockapi.io/langs

{
  "l_name": "Example lang",
  "l_brief": "Example brief",
  "l_image": "https://ExampleImage",
  "l_frame_works": [
    "Example FrameWork"
  ],
  "l_popular_uses": [
    "Example Popular Uses"
  ],
  "createdAt": "2023-06-27T16:52:35.660Z",
  "id": "1"
}

https://648d4c152de8d0ea11e7b746.mockapi.io/langs/:id

{
  "l_name": "Example lang",
  "l_brief": "Example brief",
  "l_image": "https://ExampleImage",
  "l_frame_works": [
    "Example FrameWork"
  ],
  "l_popular_uses": [
    "Example Popular Uses"
  ],
  "createdAt": "2023-06-27T16:52:35.660Z",
  "id": "1"
}

https://648d4c152de8d0ea11e7b746.mockapi.io/langs/:id

{
  "l_name": "Example lang",
  "l_brief": "Example brief",
  "l_image": "https://ExampleImage",
  "l_frame_works": [
    "Example FrameWork"
  ],
  "l_popular_uses": [
    "Example Popular Uses"
  ],
  "createdAt": "2023-06-27T16:52:35.660Z",
  "id": "1"
}

About

مستودع تعليمي لطريقة استخدام واجهات برمجة التطبيقات API بشكل مبسط

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published