
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
This gem builds off of (openapi3_parser)[https://github.com/kevindew/openapi3_parser] to enable simple calling of OpenAPI operations.
Install the gem and add to the application's Gemfile by executing:
bundle add openapi3_invoker
If bundler is not being used to manage dependencies, install the gem by executing:
gem install openapi3_invoker
openapi_parser = Openapi3Parser.load(open_api_definition)
path = "/api/function/name"
http_method = "get"
parameters = { "some" => "parameter" }
openapi_invoker = Openapi3Invoker.new(openapi_definition, base_url: tool.tool_set.base_url)
status, headers, result = openapi_invoker.invoke(path, http_method, parameters: parameters)
All development must be done in a pull request and approved before merging.
To run the specs do the following: rake spec
To release, first increment the version file, then cut a new tag of the form v#.#.#.
For example:
git tag v0.2.0 -f
git push --tags -f
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/openapi3_invoker. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the Openapi3Invoker project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
Unknown package
We found that openapi3_invoker demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.