New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wordpress_resource

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wordpress_resource

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= WordpressResource

WordpressResource is an adapter for ActiveResource that uses OAuth authentication.

== Getting Started

After installing the gem, you should require it:

require 'wordpress_resource'

Configuring it should be simple:

WordpressResource::Base.site = "http://site.com/basepath" WordpressResource::Base.oauth_connection = @oauth_token

== Other Notes

This gem is meant to used in conjunction with the Wordpress plugin oauth-rest[http://wordpress.org/extend/plugins/oauthrest/]. oauth-rest also depends on oauth-provider[http://wordpress.org/extend/plugins/oauth-provider/].

This gem does not handle the OAuth authentication process, simply access to the API once an access token has been obtained.

== Contributing

If you would like to contribute to this gem, please fork and send me a pull request.

FAQs

Package last updated on 03 May 2012

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc