Code Monkey home page Code Monkey logo

civitai-rest-api-client's Introduction

@stable-canvas/civitai-rest-api-client

civitai rest api client for js

This is a lightweight, type-safe JavaScript/TypeScript library for interacting with the Civitai REST API. It supports both web browsers and Node.js environments.

Features

  • Small Footprint: The library has a minimal dependency footprint, making it suitable for use in various project environments.
  • Type Safety: Written in TypeScript, the library provides type safety and better tooling support, reducing runtime errors and improving developer experience.
  • Cross-Platform: The library can be used in both web browsers (via bundlers like Webpack or Rollup) and Node.js environments.

Installation

Using npm:

npm install @stable-canvas/civitai-rest-api-client

Using yarn:

yarn add @stable-canvas/civitai-rest-api-client

Usage

import "./ensure-fetch"; // Required for NodeJS
import { CivitaiRESTAPIClient } from "@stable-canvas/civitai-rest-api-client";

const client = new CivitaiRESTAPIClient();
const models = await client.default.getModels({
    nsfw: false,
    limit: 5,
});
console.log(models);

full example in /examples folder

Supported Endpoints

This library is implemented based on the Civitai REST API Reference. The following endpoints are supported:

Creators

  • getCreators

Images

  • getImages

Models

  • getModels
  • getModels1

Model Versions

  • getModelVersions
  • getModelVersionsByHash

Tags

  • getTags

For detailed information on the parameters and response types for each endpoint, please refer to the Civitai REST API Reference.

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

civitai-rest-api-client's People

Contributors

zhzluke96 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.