Any ETA on the API portion and documentation?
Not nagging, but one of the main plans I have for this application is use of the REST API, and judging by how nicely you guys have gotten this package working, rather than 'rolling my own' I would rather wait to see what you guys package in with this template and the documentation, as long as it is not going to be too long in the future.
I know some other devs that might get the pro template as well if the API rolls into it nicely and functions like the rest of the app.
Thanks
I know some other devs that might get the pro template as well if the API rolls into it nicely and functions like the rest of the app.
Thanks
Hey Brandon! I'm a bit behind on this.
The API portion probably won't be out till the end of the month as I'm going to be overseas for the next two weeks.
The plans for the API portion are:
The API portion probably won't be out till the end of the month as I'm going to be overseas for the next two weeks.
The plans for the API portion are:
- API token model that belongs to users so users can have multiple tokens.
- API base controller that handles authentication.
- Fast JSON API for rendering the JSON responses.
I've looked into Graphiti and such as alternatives but it seems a tad too early. I think we'll keep it simple.
Thanks again
I've got some of the API stuff done in a branch right now. One of the questions I need to address is what JSON builder we want to have by default and do people have preferences?
- JBuilder
- Fast JSONAPI
These are the two main options. I was looking into using Graphiti originally, but it's really new and needs some work before it's ready to use in Jumpstart Pro.
So far, my approach has just been to use JBuilder to keep things simple. After exploring some Fast JSONAPI, I am still thinking that JBuilder might be the best to use by default. There's a lot of learning you'd have to do for anyone not familiar with JSONAPI and JBuilder is already a common thing people know in Rails.
Plus if we go with JBuilder as the default, I can ship that probably in 1 or 2 days now.
Curious to hear if anyone has thoughts on this!
So far, my approach has just been to use JBuilder to keep things simple. After exploring some Fast JSONAPI, I am still thinking that JBuilder might be the best to use by default. There's a lot of learning you'd have to do for anyone not familiar with JSONAPI and JBuilder is already a common thing people know in Rails.
Plus if we go with JBuilder as the default, I can ship that probably in 1 or 2 days now.
Curious to hear if anyone has thoughts on this!
If someone is already accustomed to Fast JSONAPI then they will likely make their own custom implementation at any rate.
Oh, BTW - how did you implement this WYSIWYG editor that we are using in the forum?
Just published the API integration and docs: https://jumpstartrails.com/jumpstart/docs/api
I published a quick video outlining the API functionality on the Docs page that I linked above as well. 👍 Scaffolds for APIs should be something I can get to in the nearish future.
I'm shifting focus to getting Stripe updated to support SCA for the new EU regulations though. This is a nightmare, so it may be a couple weeks. Stripe has gotten real complicated to understand.
I'm shifting focus to getting Stripe updated to support SCA for the new EU regulations though. This is a nightmare, so it may be a couple weeks. Stripe has gotten real complicated to understand.
Notifications
You’re not receiving notifications from this thread.