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

Commit 11d3abb

Browse files
committed
Remove deprecated teams/mine usages.
1 parent 5f7d204 commit 11d3abb

File tree

5 files changed

+1
-145
lines changed

5 files changed

+1
-145
lines changed

README.md

+1-8
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
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, workspaces and teams 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.
5+
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.
66

77
## Getting Started
88

@@ -132,13 +132,6 @@ Here are the links to the classes that you can use.
132132

133133
[Image](lib/create_api_gem/images/image.rb)
134134

135-
### Teams
136-
137-
#### Requests
138-
139-
[RetrieveTeamRequest](lib/create_api_gem/teams/requests/retrieve_team_request.rb)
140-
[UpdateTeamRequest](lib/create_api_gem/teams/requests/update_team_request.rb)
141-
142135
### Themes
143136

144137
#### Requests

lib/create_api_gem/teams/requests/retrieve_team_request.rb

-34
This file was deleted.

lib/create_api_gem/teams/requests/team_request.rb

-36
This file was deleted.

lib/create_api_gem/teams/requests/update_team_request.rb

-35
This file was deleted.

test/test_teams.rb

-32
This file was deleted.

0 commit comments

Comments
 (0)