Hi Is there any documentation for implementing the...
# general
b
Hi Is there any documentation for implementing the subscription model through API in Solidus ? Here the solidus_subscription gem doc. but can't able to get guides for API implementation. Thanks 🙂
k
Hello, there’s a OpenAPI reference here. BTW, I suggest reading the specs here to have a full picture of the features, I know it’s not ideal but they are just two files so maybe more acceptable. Let us know if you need any help
b
thanks @kennyadsl , let me go through the links you shared and update you ✌️
💪 1
Hi @kennyadsl, I checked the specs but I can't able to get a clear idea how the subscription flow works after creating a subscription. Is there blog or resource available ??
k
Unfortunately not 😞
😟 1
b
Okie thanks @kennyadsl. Then I think, just load the subscriptions tables only in my app and do the flow by our own. But for that also I need how the
solidus_subscription
will work. Any one know how it will work ?? just raw steps also will be helpful 🙂
Any other gem as alternative for
solidus_subscription
also fine 🙂
k
Please don’t send all the messages to the channel, threads are here for a reason.
👍 1
BTW, to work with Solidus, it’s required to being able to read the code and understand how things have been implemented