Skip to content

Instantly share code, notes, and snippets.

View ahmedbilal's full-sized avatar

Ahmed Bilal Khalid ahmedbilal

  • 40grid
  • Lahore, Pakistan
View GitHub Profile
@ahmedbilal
ahmedbilal / API.md
Last active May 17, 2023 09:05 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

Method & URL

GET | POST | DELETE | PUT <The URL Structure (path only, no root url)>

<For Example: POST /api/search/fastsearch/>