솔스캔 API 루비
1.0.0
Solscan API용 Ruby 클라이언트. 이 gem은 Solscan API https://public-api.solscan.io/docs에 대한 래퍼 메서드를 제공합니다.
이 보석에는 Ruby 2.6 이상이 필요합니다. 더 낮은 버전에서도 작동할 수 있지만 테스트되지 않았습니다. Gemfile에 다음 줄을 추가하세요.
gem 'solscan_api_ruby'
그런 다음 bundle install
실행하십시오.
method_wrapper = SolscanApiRuby :: Methods :: Public . new
response = method_wrapper . block_last
response . successfull?
response . status
response . headers
response . body
일부 엔드포인트에 대해 Solscan 문서에 언급된 레코드는 50개로 제한되어 있지만 이보다 조금 더 많은 것을 얻을 수 있습니다.