Skip to content
This repository has been archived by the owner on Jun 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #90 from Typeform/REACH-556-deprecate
Browse files Browse the repository at this point in the history
[REACH-556] Deprecate this gem
  • Loading branch information
vrybas committed Jun 29, 2023
2 parents c0592a8 + ab494ae commit 7ec3c1a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

[![Build Status](https://travis-ci.com/Typeform/create-api-gem.svg?branch=master)](https://travis-ci.com/Typeform/create-api-gem)

----------

### (WARNING: THIS GEM HAS BEEN DEPRECATED)

----------

Welcome to the Create API Gem! This gem provides a way of interacting with [Typeforms Create API](https://developer.typeform.com/create/) if you are programming in Ruby. We have created object representations of forms, themes, images, and workspaces so you can programmatically create all of the afore mentioned using Ruby nice and easily. Also you'll find all the requests needed to perform CRUD operations on each of these entities.

## Getting Started
Expand Down
1 change: 1 addition & 0 deletions create_api_gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Gem::Specification.new do |spec|

spec.summary = 'Typeform Create API Gem'
spec.description = 'Ruby gem for using the Typeform Create API'
spec.post_install_message = "WARNING: This gem has been deprecated."

# Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
# to allow pushing to a single host or delete this section to allow pushing to any host.
Expand Down

0 comments on commit 7ec3c1a

Please sign in to comment.