An open API service indexing awesome lists of open source software.

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

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