pollo/app/api
2023-11-16 21:23:53 -07:00
..
external SQLite 2023-11-16 21:23:52 -07:00
internal Fixed visibility toggle bugs 2023-11-16 21:23:53 -07:00
webhooks/clerk SQLite 2023-11-16 21:23:52 -07:00
README.md 3.0.0 2023-11-16 21:23:51 -07:00

API

Categories:

  1. Internal - Only to be used within the application by signed in users.
  2. External - Only to be used outside of the application.
    • Public - Can be used by anyone.
    • Private - Can only be used by a user who uses a valid API Key from Unkey
  3. Webhooks - Only to be used by external services to send data to the application. Sub-routes are for different handlers.