pollo/app/api
2023-10-22 22:56:45 -06:00
..
external SQLite 2023-10-02 19:29:35 -06:00
internal Fixed visibility toggle bugs 2023-10-22 22:56:45 -06:00
webhooks/clerk SQLite 2023-10-02 19:29:35 -06:00
README.md 3.0.0 2023-09-24 23:49:24 -06: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.