https://github.com/shrijan00003/restler
A Simple file and git compatible rest client
https://github.com/shrijan00003/restler
Last synced: 29 days ago
JSON representation
A Simple file and git compatible rest client
- Host: GitHub
- URL: https://github.com/shrijan00003/restler
- Owner: shrijan00003
- Created: 2024-09-01T06:41:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-20T04:45:05.000Z (5 months ago)
- Last Synced: 2025-05-07T03:09:09.101Z (29 days ago)
- Language: Go
- Size: 1000 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Restler
Restler is a file based REST API client. If you are familiar with tools like Postman, Insomnia, or curl, then you will feel right at home with Restler. This is file based, opinionated, command line tool. Please follow Installation and Usage guide to get started.
## Installation
### MacOS x86_64
```bash
curl -s https://raw.githubusercontent.com/shrijan00003/restler/main/install/darwin-amd64.sh | bash
```### MacOS arm64
```bash
curl -s https://raw.githubusercontent.com/shrijan00003/restler/main/install/darwin-arm64.sh | bash
```### Linux x86_64
```bash
curl -s https://raw.githubusercontent.com/shrijan00003/restler/main/install/linux-amd64.sh | bash
```## Getting Started
## Inspiration
## Build
go build -o restler bin/main.go