No commit activity in last 3 years
No release in over 3 years
Programming Q&A Web Service Teratail(https://teratail.com/) SDK for ruby
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.13
~> 10.0
~> 3.0
~> 0.45.0

Runtime

~> 2.0.0
 Project Readme

teratail-sdk-ruby

sdk which call apis of Programming Q&A Site Teratail

You Can Develop an awesome web service which uses teratail's api more rapidly.

notice

This is unofficial sdk.

install

Write your Gemfile

gem 'teratail-sdk-ruby'

usage

client = Teratail.new(access_token) #input your access token

# get questions
client.question.find_all

# with paging and array limit option
client.question.find_all(2,30) #you can get 2 page and 30 question array element

# get tags
client.tag.find_all
# get users
client.user.find_all

rule

This library's license is MIT.You can alter or reproduct this. Please follow teratail service api term when you use.

official document

Teratail API Document