Jason Bobich
Jason Bobich
In moving ahead with #6, and we start growing other functionality and potentially clashing endpoints we should start thinking about implementing reserved name lists. For example, if #6 adds `/first`,...
At some point, it would be cool to add some sort of grouping aspect to the content API. Much @TODO here... The need for this is not immediately crucial, as...
I'm thinking ... * `/api/v1/{content-type}/count` -- Total number of articles. * `/api/v1/{content-type}/first` -- First article of content type. * `/api/v1/{content-type}/last` -- Last article of content type.
Consider the following example of adding a content type: ``` const app = backroad(); app.content.add({ id: 'blog_post', // Singular, snake-cased. name: 'Blog Post', // Singular, human-readable. endpoint: 'blog-posts', // Plural,...
Currently, one of the key features, and base principles, of the framework is to add types of content that can be managed by the end-user. The current API for this...
Now that we're server-side rendering all of the configuration data into `index.html` of the admin client app, we no longer need to make an API request to get that data....
Simplify the login page and match the look more closely to the installation page.
Are there any plans to eventually get things moving towards the new Envato API? http://marketblog.envato.com/releases/new-envato-api/ Just curious! Thanks for all you've done with this plugin and continued work on it.