No description
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Tobias Klingenberg a15324254f lint
2025-02-19 16:57:09 +01:00
assets remove old icon 2025-02-18 00:09:00 +01:00
metadata added screenshots 2025-02-17 01:33:35 +01:00
src lint 2025-02-19 16:57:09 +01:00
.eslintrc.json Initial commit 2025-02-16 23:36:02 +01:00
.gitignore Initial commit 2025-02-16 23:36:02 +01:00
.prettierrc Initial commit 2025-02-16 23:36:02 +01:00
CHANGELOG.md Initial commit 2025-02-16 23:36:02 +01:00
package-lock.json init 2025-02-17 01:11:13 +01:00
package.json remove typescript dependency 2025-02-18 00:02:48 +01:00
README.md fix README 2025-02-18 00:12:06 +01:00
tsconfig.json Initial commit 2025-02-16 23:36:02 +01:00

Getit

logo

Getit is an extension for Raycast, allowing users to easily and quickly send requests to API and any other services. Simply paste in the URL and choose the request type.

The response can quickly be copied to the clipboard for easy usage.

Installation

Install it via the Raycast Extensions Store

Usage

  1. Use command "getit" to open the menu.
  2. Set your URL
  3. Set the request type
  4. If request uses a body, input it
  5. Use CMD + ENTER to send the request
  6. See the response
  7. Copy the response to your clipboard using ENTER

Screenshots

Screenshot Screenshot Screenshot