ory / sdk

The place where ORY's SDKs are being auto-generated
Apache License 2.0
139 stars 86 forks source link

Elixir SDK unlisted in documentation #242

Closed mattpolzin closed 1 year ago

mattpolzin commented 1 year ago

Preflight checklist

Describe your problem

I noticed Elixir was not listed in the SDKs supported for Keto on the following page: https://www.ory.sh/docs/keto/sdk/overview

I was going to request it but then I noticed there already is an Elixir SDK in this repository. Does this mean the Elixir SDK is not supported/maintained or should it be added to the official list in the docs?

Describe your ideal solution

Add Elixir to the list of supported SDKs in the docs.

Workarounds or alternatives

N/A

Version

N/A

Additional Context

I’m exploring adding Keto to my company’s stack and the availability of an Elixir SDK would make the experimentation much less work.

aeneasr commented 1 year ago

@vinckr mind taking a peak?

vinckr commented 1 year ago

Oh it seems we never added it to the documentation, thanks for taking a closer look!

I assume hex.pm is the package manger of choice for Elixir and will add this to the docs after lunch: https://hex.pm/packages/ory_keto

All SDKs you can find in this repo are supported and maintained by Ory @mattpolzin

mattpolzin commented 1 year ago

I assume hex.pm is the package manger of choice for Elixir

Yep.

All SDKs you can find in this repo are supported and maintained by Ory

Thanks!

vinckr commented 1 year ago

Fixed https://github.com/ory/docs/commit/4b0757165f519e78c045840032c3ccd2c6dc300a, thanks again for letting us know Mathew!