0.0
The project is in a healthy, maintained state
The RunAPI Core Ruby SDK provides shared authentication, HTTP, retry, error, and polling primitives for RunAPI model gems. Install `runapi-core` only when you are building SDK infrastructure or shared Ruby tooling; application code should normally install a concrete model gem such as `runapi-suno`.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

RunAPI

Shared SDK primitives for RunAPI JavaScript, Ruby, and Go SDKs.

npm RubyGems Go Reference License


RunAPI Core SDK contains the shared authentication, HTTP, retry, error, and polling primitives used by RunAPI JavaScript, Ruby, and Go model SDKs. Application code should usually install a model package such as @runapi.ai/suno; install core packages only when you are building shared SDK infrastructure.

Install

npm install @runapi.ai/core
gem install runapi-core
go get github.com/runapi-ai/core-sdk/go@latest

Public links

License

Licensed under the Apache License, Version 2.0.