oc-api-plugin icon indicating copy to clipboard operation
oc-api-plugin copied to clipboard

Information about the Plugin

Open Upperfoot opened this issue 8 years ago • 6 comments

Hello @gpasztor87,

I'm wondering what the roadmap of features is going to be for the project, are there any key areas that need to be fully fleshed out?

Cheers!

Upperfoot avatar Feb 23 '16 14:02 Upperfoot

Hi!

This is only a simple plugin to help you to add API resources for your projects including jwt authentication. This is all that I have planned for this plugin so far. If you want to use this plugin see my Demo plugin for further help.

Cheers!

gpasztor87 avatar Feb 24 '16 09:02 gpasztor87

Hi @gpasztor87 although you say it's a simple plugin this is probably one of the "most wanted" plugins for October. So:

  1. Congrats for that, looks like a very good piece of software
  2. Would you mind adding instructions on your README file on how to install and use it? I know you've already pointed to the demo, but an installation and basic usage steps will probably help other developers on getting started.

Thanks and keep up the good work!

jfoliveira avatar Mar 09 '16 22:03 jfoliveira

Hi!

Thanks for your feedback, I am currently working on it.

Cheers!

gpasztor87 avatar Mar 10 '16 19:03 gpasztor87

ist it possible to POST a new model with relation? are there some samples where I can see how to use it for creating data with relations? @gpasztor87

danielschweiger avatar Jan 24 '17 19:01 danielschweiger

HI!

Yes, you can do it. Just need to reimplement the generated controllers store() method. You can do it after this line: https://github.com/gpasztor87/oc-api-plugin/blob/master/classes/ApiController.php#L171.

gpasztor87 avatar Jan 24 '17 20:01 gpasztor87

@gpasztor87 thx, will give this a try

danielschweiger avatar Jan 24 '17 20:01 danielschweiger