$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Install Insomnia on Ubuntu 19.04 Disco Easy Guide

June 14, 2019 | By the+gnu+linux+evangelist.

Insomnia Ubuntu 19.04 Installation Guide

Hi! The Tutorial shows you Step-by-Step How to Download and Install Insomnia in Ubuntu 19.04 Disco 64-bit GNU/Linux.

And Insomnia for Ubuntu 19.04 is a Simple, Beautiful, and Free REST API HTTP and GraphQL Client.

Discover the key features that make Insomnia an essential tool for developers.

  • REST & GraphQL support: Easily test and debug APIs with both REST and GraphQL endpoints.
  • Environment variables: Manage multiple environments for seamless switching.
  • Request chaining: Automate workflows by linking requests together.
  • Code generation: Generate client code snippets in multiple languages.
  • Response viewer: Visualize responses with syntax highlighting and formatting.
  • Plugins & customization: Extend functionality with community plugins.
  • Cross-platform: Available on Linux Mint, Windows, and macOS.

Finally, this guide includes detailed instructions about to Getting-Started with Insomnia on Ubuntu.

How to Install Insomnia in Ubuntu 19.04 Disco - Featured
  1. 1. Launching Shell Emulator

    Open a Terminal window
    Ctrl+Alt+t on Desktop
    (Press “Enter” to Execute Commands)

    How to Install Insomnia in Ubuntu 19.04 Disco - Open Terminal Shell Emulator