Registry / networking / afmotion

afmotion

JSON →
library2.4.1rbrubygemsunverified

AFMotion is a RubyMotion wrapper for AFNetworking, providing networking capabilities for iOS/macOS apps.

gem install afmotion
INSTALL
IMPORT
SIG · AFMOTION
A
afmotion
networkingrubyv2.4.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

AFMotion
require 'afmotion'

Make a GET request using AFMotion

require 'afmotion' AFMotion::HTTP.get('https://api.example.com/data') do |result| puts result.body end
Debug
Known issues
breakingAFMotion is designed for RubyMotion only; it will not work in standard Ruby.
fix
Use a different HTTP library for standard Ruby (e.g., Faraday).
affects: >= 0
Upgrade
Version history
2.4.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
36
OpenAI (training)
1
Resources
afmotion — gem install afmotion · libregistry