frenetic icon indicating copy to clipboard operation
frenetic copied to clipboard

search_url not defined anywhere?

Open jsmestad opened this issue 11 years ago • 3 comments

Trying to find out where your "find_by_name" example is getting search_url from in the README. Would love some documentation around doing these sorts of one-off find_by methods.

jsmestad avatar May 29 '13 21:05 jsmestad

Is this project still in development?

jsmestad avatar Jul 31 '13 01:07 jsmestad

Yes, it is.

search_url would be a method that you would define yourself.

Presumably, it would take an argument that would then generate the appropriate URL. Something similar to Frenetic's internal member_url method.

Now that I think about it, the README example in question is pretty awful, and for that I apologize (but hey, its an alpha release!). That is why I have left this Issue open so that I can come back around to it and improve the docs.

I've got a few other projects that I have to work on before I can come back around to this, release the new version, and write some better docs.

dlindahl avatar Jul 31 '13 01:07 dlindahl

I would love to help improve the project, I think my big questions with frenetic are:

  1. How do you do things like find_by_name finders in the markup?
  2. What is the approach or plan for supporting POST, PUT, DELETE?
  3. How would one model OAuth usage or login usage with the MyAPI.description endpoint?

I think this would give me enough to start contributing to docs and the project as a whole.

jsmestad avatar Aug 05 '13 21:08 jsmestad