pet_store

The Crystal module for the OpenAPI Petstore

This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: " \

This SDK is automatically generated by the OpenAPI Generator project with CUSTOM templates:

Installation

Install from Git

Add the following to shard.yaml

dependencies:
  pet_store:
    github: GIT_USER_ID/GIT_REPO_ID
    version: ~> 0.0.1

Development

Install dependencies

shards

Run the tests:

crystal spec

Run lints

./bin/ameba
crystal tool format --check