Sha256: db3dd1d917f3641b991d04378b9cbe98d2a6066307678369ab7cb682313f9b08

Contents?: true

Size: 1.42 KB

Versions: 46

Compression:

Stored size: 1.42 KB

Contents

# solidus_api

API contains the controllers and Jbuilder views implementing the REST API of
Solidus.

## Testing

Run the API tests:

```bash
bundle exec rspec
```

## Documentation

The API documentation is in the [openapi][docs-dir] directory. It follows the
OpenAPI specification and it is hosted on [Stoplight Docs][live-docs].

If you want to contribute, you can use [Stoplight Studio][studio]. Simply
follow these steps:

1. Create a new Stoplight Studio project
2. Copy-paste the content of `openapi/solidus-api.oas.yml` into your project
3. Edit the endpoints and models as needed
4. Copy-paste the result back into `openapi/solidus-api.oas.yml`
5. Open a PR!

**Note: Only use embedded models in Stoplight Studio, as Stoplight Docs is
not compatible with externally-defined models!**

CircleCI automatically syncs our Git repo with Stoplight Docs when a PR is
merged, and automatically publishes a new version on Docs when a new Solidus
version is released.

## Related projects

- [solidus-sdk](https://gitlab.com/deseretbook/packages/solidus-sdk): created
  by Joel Saupe at [Deseret Book](https://deseretbook.com/), this is a JS SDK
  that allows you to use the Solidus API. It even supports plug-ins, so you can
  easily extend it with the endpoints provided by your Solidus extensions!

[docs-dir]: https://github.com/solidusio/solidus/tree/master/api/openapi
[live-docs]: https://solidus.stoplight.io
[studio]: https://stoplight.io/p/studio

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
solidus_api-4.4.1 README.md
solidus_api-4.4.0 README.md
solidus_api-4.3.4 README.md
solidus_api-4.2.4 README.md
solidus_api-4.1.5 README.md
solidus_api-4.3.3 README.md
solidus_api-4.3.2 README.md
solidus_api-4.1.4 README.md
solidus_api-4.3.1 README.md
solidus_api-4.3.0 README.md
solidus_api-4.2.3 README.md
solidus_api-4.1.3 README.md
solidus_api-4.0.4 README.md
solidus_api-3.4.6 README.md
solidus_api-4.0.3 README.md
solidus_api-4.1.2 README.md
solidus_api-4.2.2 README.md
solidus_api-3.4.5 README.md
solidus_api-4.2.1 README.md
solidus_api-4.2.0 README.md