Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
[![Build Status](https://github.com/Asana/ruby-asana/workflows/Build/badge.svg)](https://github.com/Asana/ruby-asana/actions)
[![Code Climate](https://codeclimate.com/github/Asana/ruby-asana/badges/gpa.svg)](https://codeclimate.com/github/Asana/ruby-asana)

> [!CAUTION]
> The Asana Ruby SDK is no longer supported. While it remains available on [RubyGems](https://rubygems.org/gems/asana/versions/0.10.3?locale=en), it will not receive bug fixes or enhancements (including new endpoints or data model changes). We recommend using Ruby's [Net::HTTP](https://docs.ruby-lang.org/en/3.4/Net/HTTP.html) or similar HTTP libraries to make direct API requests instead.

A Ruby client for the 1.0 version of the Asana API.

Expand Down
Loading