Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Thursday, September 22, 2022
Show HN: Niche Community – Quickly create general-purpose online communities https://ift.tt/28gKCG1
Show HN: Niche Community – Quickly create general-purpose online communities https://niche.community September 22, 2022 at 01:31AM
Show HN: Airflow is cool but have you tried this for data pipelines? https://ift.tt/vIaJbqE
Show HN: Airflow is cool but have you tried this for data pipelines? https://ift.tt/rJVWOkE September 22, 2022 at 01:04AM
Wednesday, September 21, 2022
Show HN: A Book-Guessing Game https://ift.tt/wBvefJI
Show HN: A Book-Guessing Game https://bookguesser.com September 21, 2022 at 01:28PM
Show HN: OpenZiti Python SDK https://ift.tt/jv8be2p
Show HN: OpenZiti Python SDK https://ift.tt/ODAB0Sa September 21, 2022 at 05:38PM
Show HN: Hurl, test APIs with plain text and libcurl https://ift.tt/RqIf4J8
Show HN: Hurl, test APIs with plain text and libcurl Hi, We're happy to release a new version of Hurl [1]. Hurl is a command line tool powered by curl, that runs HTTP requests defined in a simple plain text format: # Get home: GET https://example.org HTTP/1.1 200 [Captures] csrf_token: xpath "string(//meta[@name='_csrf_token']/@content)" # Do login! POST https://ift.tt/Nntq3ld X-CSRF-TOKEN: HTTP/1.1 302 Hurl can be used to get data like curl, or as an integration testing tool for JSON/XML HTTP apis / HTML content. Requests can be chained, and one can add asserts on response headers, cookies and body. For instance: GET https://ift.tt/cWB0oGm screencapability: low HTTP/1.1 200 [Asserts] jsonpath "$.validated" == true jsonpath "$.userInfo.lastName" == "Herbert" jsonpath "$.hasDevice" == false jsonpath "$.links" count == 12 jsonpath "$.order" matches /^order-\d{8}$/ You can see more samples in the documentation [2]. We've designed Hurl to be easily integrated in CI/CD (GitHub, GitLab), and its text format can be used as a documentation, commited in a repo etc... It's a single binary written in Rust, that is powered by libcurl under the hood, for a fast CLI tool for both devops and developers. In this new version, we've added the following improvements: - verbose output: add more color to Hurl --verbose output, and also added --very-verbose option to output request and response bodies - request options: command-line options such as --location (follow HTTP redirection), --verbose, --insecure etc... can now be applied to a particular request with an [Options] sections - and more, see here for a quick tout of 1.7.0 [3] [1] https://ift.tt/j5RA9gE [2] https://ift.tt/NRbag8i [3] https://ift.tt/3GRIDZJ Previous Show HN < https://news.ycombinator.com/item?id=28758226 > and < https://news.ycombinator.com/item?id=25655737 > https://ift.tt/j5RA9gE September 21, 2022 at 02:13PM
Show HN: Each country as a Pokemon, using Stable Diffusion https://ift.tt/AL0Gbzq
Show HN: Each country as a Pokemon, using Stable Diffusion https://ift.tt/In4reJf September 21, 2022 at 02:45AM
Show HN: Backwards automatic differentiation in ~100 lines of Python https://ift.tt/ASPsxRm
Show HN: Backwards automatic differentiation in ~100 lines of Python Inspired by the recent posts on implementing forwards mode automatic differentiation, here's an attempt at the backwards mode, which is often more efficient when your function depends on many variables but outputs just one value. https://ift.tt/TZkNp4D September 21, 2022 at 02:25AM
Subscribe to:
Posts (Atom)
Show HN: Tablr – Supabase with AI Features https://ift.tt/uZsg6oX
Show HN: Tablr – Supabase with AI Features https://www.tablr.dev/ June 30, 2025 at 04:35AM
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Show HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data https://ift.tt/yrqHZtDShow HN: Snap Scope – Visualize Lens Focal Length Distribution from EXIF Data Hey HN, I built this tool because I wanted to understand which...
-
Show HN: Federated IndieAuth Server implemented as a notebook https://ift.tt/32IC633 April 27, 2021 at 04:37PM