All Projects → Clivern → Poodle

Clivern / Poodle

Licence: mit
🔥 A fast and beautiful command line tool to build API requests.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Poodle

Marathon
[DEPRECATED] Marathon makes it easy to write, run and manage your Swift scripts 🏃
Stars: ✭ 1,889 (+1364.34%)
Mutual labels:  command-line-tool, developer-tools
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-1.55%)
Mutual labels:  command-line-tool, developer-tools
Dnote
A simple command line notebook for programmers
Stars: ✭ 2,192 (+1599.22%)
Mutual labels:  command-line-tool, developer-tools
Artisan Menu
📝 Artisan Menu - Use Artisan via an elegant console GUI
Stars: ✭ 141 (+9.3%)
Mutual labels:  command-line-tool, developer-tools
Gita
Manage many git repos with sanity 从容管理多个git库
Stars: ✭ 865 (+570.54%)
Mutual labels:  command-line-tool, developer-tools
pganonymize
A commandline tool for anonymizing PostgreSQL databases
Stars: ✭ 20 (-84.5%)
Mutual labels:  developer-tools, command-line-tool
AppIconSetGen
Tool to generate App Icon set for iOS, macOS, watchOS apps
Stars: ✭ 20 (-84.5%)
Mutual labels:  developer-tools, command-line-tool
droxy
Create commands on your machine that proxy docker run / exec calls
Stars: ✭ 12 (-90.7%)
Mutual labels:  developer-tools, command-line-tool
Stylesync
A command line tool to extract shared styles from a Sketch document, and generate native code for any platform.
Stars: ✭ 382 (+196.12%)
Mutual labels:  command-line-tool, developer-tools
Circleci Cli
Use CircleCI from the command line
Stars: ✭ 297 (+130.23%)
Mutual labels:  command-line-tool, developer-tools
Swiff
💁 Command line tools for common local ↔ remote server tasks.
Stars: ✭ 87 (-32.56%)
Mutual labels:  command-line-tool, developer-tools
Tables To Go
convert your database tables to structs easily
Stars: ✭ 62 (-51.94%)
Mutual labels:  golang-application, developer-tools
Suitcase
A flexible command line tool for instantly deploying user interfaces for simple commands and scripts.
Stars: ✭ 1,287 (+897.67%)
Mutual labels:  command-line-tool, developer-tools
Scc
An Offline cheat sheet and a quick reference command line tool for HTML, CSS and JS .
Stars: ✭ 123 (-4.65%)
Mutual labels:  command-line-tool
Desktoppr
Simple command line tool to set the desktop picture on macOS
Stars: ✭ 127 (-1.55%)
Mutual labels:  command-line-tool
Storybook Addon
Develop themable components with Emotion/Styled Components/Material-UI with help of Storybook & React Theming
Stars: ✭ 122 (-5.43%)
Mutual labels:  developer-tools
Notes Cli
Small markdown note taking CLI app playing nicely with your favorite editor and other CLI tools
Stars: ✭ 122 (-5.43%)
Mutual labels:  command-line-tool
Grmon
Command line monitoring for goroutines
Stars: ✭ 1,703 (+1220.16%)
Mutual labels:  developer-tools
Go Bank Transfer
Simple API for banking routines using a Clean Architecture in Golang. 💳 💰 💸
Stars: ✭ 123 (-4.65%)
Mutual labels:  golang-application
Dksnap
Docker Snapshots for Development and Test Data
Stars: ✭ 122 (-5.43%)
Mutual labels:  developer-tools

Poodle

A fast and beautiful command line tool to build API requests

🦄 Check out the full Demo!


Poodle is an interactive command line tool to build and test web APIs based on a pre-built definitions.

Poodle has the following features:

  • Register your web services and endpoints easily.
  • Use variables in endpoints definitions.
  • Painless debugging and interaction with APIs.
  • Search web services and endpoints interactively.
  • Edit services and endpoints easily (config is just a TOML file).
  • Sync services via Gist automatically.

Documentation

Download the latest poodle binary. Also install fzf for better searching otherwise poodle will use a built-in one. Make it executable from everywhere.

$ curl -sL https://github.com/Clivern/Poodle/releases/download/x.x.x/poodle_x.x.x_OS.tar.gz | tar xz

To list all commands and options

$ poodle help

A fast and beautiful command line tool to build API requests

If you have any suggestions, bug reports, or annoyances please report
them to our issue tracker at <https://github.com/clivern/poodle/issues>

Usage:
  poodle [command]

Available Commands:
  call        Interact with one of the configured services
  configure   Configure Poodle
  delete      Delete a service definition file
  edit        Edit service definition file
  help        Help about any command
  license     Print the license
  new         Creates a new service definition file
  sync        Sync services definitions
  version     Print the version number

Flags:
  -c, --config string   config file (default "/Users/Clivern/poodle/config.toml")
  -h, --help            help for poodle
  -v, --verbose         verbose output

Use "poodle [command] --help" for more information about a command.

To configure poodle, You will need to provide your github username and oauth token with a gist scope if you need the backup/sync feature

$ poodle configure

To sync definitions with backend. for now only github gists supported

$ poodle sync

To create a new service.

$ poodle new

by default we use https://httpbin.org as service API for testing so change with your web service API.

To edit a previously created service file:

$ poodle edit

To start calling your services endpoints:

$ poodle call

To start calling a custom service endpoints without storing it globally:

# Assuming that .poodle.toml exists on current dir
$ poodle call -f ./.poodle.toml

To delete a service definition file:

$ poodle delete

For more info how to create an API service definition, please check this file.

Upgrade Notes

To upgrade from version 1.x.x to version 2.x.x, It is recommended to delete the remote github gist and poodle will sync changes in a new proper way.

Versioning

For transparency into our release cycle and in striving to maintain backward compatibility, Poodle is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.

See the Releases section of our GitHub project for changelogs for each release version of Poodle. It contains summaries of the most noteworthy changes made in each release.

Bug tracker

If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/poodle/issues

Security Issues

If you discover a security vulnerability within Poodle, please send an email to [email protected]

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2020, Clivern. Released under MIT License.

Poodle is authored and maintained by @clivern.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].