Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.47 KB

services_and_tools.md

File metadata and controls

27 lines (18 loc) · 1.47 KB

Services and Tools

Collection of useful services and tools.

API and Webhooks

  • httpie.org - command line HTTP client with an intuitive UI, JSON support, syntax highlighting, wget-like downloads, plugins, and more.
  • httpstatuses.com - HTTP Status Codes is an easy to reference database of HTTP Status Codes with their definitions and helpful code references all in one place.
  • requestbin.com - A modern request bin to inspect HTTP events
  • postb.in - Programatically Test your API Clients or Webhooks
  • mockbin.org - Mockbin allows you to generate custom endpoints to test, mock, and track HTTP requests & responses between libraries, sockets and APIs.
  • mockapi.io - Mock your HTTP responses to test your REST API
  • mocky.io - MockAPI is a simple tool that lets you easily mock up APIs, generate custom data, and preform operations on it using RESTful interface.

Databases

Mockups and Diagrams

  • draw.io - draw.io is free online diagram software for making flowcharts, process diagrams, org charts, UML, ER and network diagrams.

RegExp (Regular Expressions)