Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
enmerk4r committed Jun 12, 2022
1 parent cda78f0 commit 761045d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Swiftlet/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.3.0")]
[assembly: AssemblyFileVersion("0.1.3.0")]
[assembly: AssemblyVersion("0.1.4.0")]
[assembly: AssemblyFileVersion("0.1.4.0")]
Binary file added Yak/dist-0.1.4/Newtonsoft.Json.dll
Binary file not shown.
Binary file added Yak/dist-0.1.4/Swiftlet.gha
Binary file not shown.
24 changes: 24 additions & 0 deletions Yak/dist-0.1.4/manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: swiftlet
version: 0.1.4
authors:
- Sergey Pigach
description: >
Swiftlet is a tool that lets you call into Web APIs directly from Grasshopper.
If you are interested in scraping the internet, tapping into public and private
APIs or testing your own web backends, Swiftlet is a tool for you! It provides a
streamlined workflow for sending GET, POST, DELETE, PUT and PATCH requests to
any API endpoint. It gives you advanced control over request headers,
query params, supports several kinds of web authentication and lets you parse
JSON formatted web responses.
keywords:
- web
- api
- get
- post
- request
- scraping
- endpoint
- headers
- http
- https
icon_url: "https://swiftlet.s3.us-east-2.amazonaws.com/Logo_32x32.png"
Binary file added Yak/dist-0.1.4/swiftlet-0.1.4-rh6_35-any.yak
Binary file not shown.
Binary file added Yak/dist-0.1.4/swiftlet-0.1.4-rh7_0-any.yak
Binary file not shown.

0 comments on commit 761045d

Please sign in to comment.