
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.
Alfresco - the Ruby gem for the Alfresco Content Services REST API
Search API Provides access to the search features of Alfresco Content Services.
This SDK is automatically generated by the Swagger Codegen project:
Add this to the Gemfile:
gem 'alfresco', '~> 1.0.0'
Please follow the installation procedure and then run the following code:
# Load the gem
require 'alfresco'
# Setup authorization
Alfresco.configure do |config|
# Configure HTTP basic authorization: basicAuth
config.host = 'YOUR HOST'
config.username = 'YOUR USERNAME'
config.password = 'YOUR PASSWORD'
end
api_instance = Alfresco::SearchApi.new
query_body = Alfresco::SearchRequest.new # SearchRequest | Generic query API
begin
#Searches Alfresco
result = api_instance.search(query_body)
p result
rescue Alfresco::ApiError => e
puts "Exception when calling SearchApi->search: #{e}"
end
All URIs are relative to https://localhost/alfresco/api/-default-/public/search/versions/1
Class | Method | HTTP request | Description |
---|---|---|---|
Alfresco::SearchApi | search | POST /search | Searches Alfresco |
FAQs
Unknown package
We found that alfresco demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.