Build epic API Clients that work on Browser, Node and Titanium Automatically
Cisco Application Policy Infrastructure Controller (Cisco APIC) is the unifying point of automation and management for the Application Centric Infrastructure (ACI) fabric.
A command line interface to run your apic tests
A set of utilities used by the apic toolkit clis
Welcome to the apic-public backend plugin!
A test helper to easily invoke apic plugins
This package automates the building of the `ibm-apiconnect-toolkit/datapower-*` Docker images. While, this can also be accomplished by running `apic start` in an API Connect project that defines an API configured to run with `datapower-gateway`, this app
Angular Json schema builder for apic
<h1 align="center"> <br> <br> <img width="320" src="media/logo.png" alt="Api Connect"> <br> <br> <br> </h1>
IBM API Connect Developer Toolkit
to build simple API on serverless
API Connect DataPower custom gatewayscript policy maker
Scripts for quick debugging of APIC/WLPN setups using Liberty
REST API JavaScript Client Generator
JavaScript library for writing ID3 tag to MP3 files in browsers and Node.js
Getting the API Connect plugin - clone this repository.
tookit for apiconnect custom policy creation (datapower only)
IBM API Connect Developer Toolkit
CLI for API Management Products
Component used to display a list of items with checkboxes, the ability to select or deselect all items with one checkbox, and delete multiple items with one button.
Using docker-compose start DataPower and some minimal API Connect Management server functions to aid in the test and development of APIs using the toolkit and DataPower specific policies
Loopback REST Connector
SDK for IBM API Connect Portal APIs
x86 PC emulator and x86-to-wasm JIT, running in the browser
Interface to the Advanced Programmable Interrupt Controller (APIC)
Library supporting Apicize request dispatch, testing and serialization
A Rust interface to the x2apic interrupt architecture.
A self-contained crate implementing safe types for the local APIC registers on x86_64 systems.
A complete interface for the legacy 8259 PIC and the newer APIC.
Start x86 application processors and jump to an entry point.
A parser for .mp3, .flac, and .ogg
x86 Virtual Local APIC
dbs-upcall is a direct communication tool between VMM and guest
Pure-Rust ID3v1 / ID3v2 (2.2 / 2.3 / 2.4) tag parser for oxideav
Commercial EtherCAT master protocol stack, real-time kernel driver integration, Windows and Linux support, multi-language SDKs, complex topology and hot-plug support.
Pure-Rust FLAC lossless audio codec and native container: decoder, encoder, demuxer, muxer
APIc is a bolt on API console for Rails 3+ applications. It rounds up your endpoints and makes it dead easy to configure, send, review and replay any request.
Cisco APIC Ruby SDK
Build Dynamic API Wrappers
Create APIs in a fast and dynamic way, without the need to develop everything from scratch. You just need to create your models and let APIcasso do the rest for you. It is the perfect candidate to make your project development go faster or for legacy Rails projects that do not have an API. If you think it through, JSON API development can get boring and time consuming. Every time you use almost the same route structure, pointing to the same controller actions, with the same ordering, filtering and pagination features. APIcasso is intended to be used to speed-up development, acting as a full-fledged CRUD JSON API into all your models. It is a route-based abstraction that lets you create, read, list, update or delete any ActiveRecord object in your application. This makes it possible to make CRUD-only applications just by creating functional Rails' models. Access to your application's resources is managed by a .scope JSON object per API key. It uses that permission scope to restrict and extend access.
= id3lib-ruby id3lib-ruby provides a Ruby interface to the id3lib C++ library for easily editing ID3 tags (v1 and v2) of MP3 audio files. The class documentation starts at ID3Lib::Tag. == Features * Read and write ID3v1 and ID3v2 tags * Simple interface for adding, changing and removing frames * Quick access to common text frames like title and performer * Custom data frames like attached picture (APIC) * Pretty complete coverage of id3lib's features * UTF-16 support (warning: id3lib writes broken UTF-16 frames) * Windows binary gem available The CHANGES file contains a list of changes between versions. == Installation See INSTALL. == Online Information The home of id3lib-ruby is http://id3lib-ruby.rubyforge.org == Usage require 'rubygems' require 'id3lib' # Load a tag from a file tag = ID3Lib::Tag.new('talk.mp3') # Get and set text frames with convenience methods tag.title #=> "Talk" tag.album = 'X&Y' tag.track = '5/13' # Tag is a subclass of Array and each frame is a Hash tag[0] #=> { :id => :TPE1, :textenc => 0, :text => "Coldplay" } # Get the number of frames tag.length #=> 7 # Remove all comment frames tag.delete_if{ |frame| frame[:id] == :COMM } # Get info about APIC frame to see which fields are allowed ID3Lib::Info.frame(:APIC) #=> [ 2, :APIC, "Attached picture", #=> [:textenc, :mimetype, :picturetype, :description, :data] ] # Add an attached picture frame cover = { :id => :APIC, :mimetype => 'image/jpeg', :picturetype => 3, :description => 'A pretty picture', :textenc => 0, :data => File.read('cover.jpg') } tag << cover # Last but not least, apply changes tag.update! == Licence This library has Ruby's licence: http://www.ruby-lang.org/en/LICENSE.txt == Author Robin Stocker <robinstocker at rubyforge.org>
A toolkit for building REST APIs on top of Rack
Apicco Ruby SDK to export client using discovery service
Instead of translating method calls into ORM, APIcasso Brush retrieves it's data from your configured service. This makes it possible to make a convergent application, that gets data from multiple API sources.
Minimalist API documentation generator for Rack applications.
🚀 Accelerates your development by 2-3x with an API Design First approach. Seamlessly integrates with your Rails application server — no fancy tooling or expenses required.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.