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

api_for_asana

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

api_for_asana

  • 0.0.3
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

📗 Table of Contents

📖 api_for_asana

This gem is an API wrapper for interacting with Asana. It allows me to create sections, retrieve tasks from a given section, update sections, and delete sections.

Installation

Add the following code to you Gemfile

gem 'api_for_asana'

Then run

bundler install

Usage

include this gem on your controller like.

class HomesController < ApplicationController
  include ApiForAsana

  ...

  end

To get all section

Use get_sections method like below

 get_sections

To update the section

Use update_section method like below

 update_section(id, name)
 
To delete the section

Use delete_section method like below

 delete_section(id)
 
To create new section

Use create_section method like below

 create_section(name)

Run Test

on your terminal run rspec spec

👥 Authors

👤 Melashu Amare

🤝 Contributing

This repo is open for contributions. Issues, and feature requests are welcome!

Feel free to check the issues page.

⭐️ Show your support

Give a star if you like this project!

(back to top)

FAQs

Package last updated on 25 Jun 2023

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