frenetic
frenetic copied to clipboard
search_url not defined anywhere?
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.
Is this project still in development?
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.
I would love to help improve the project, I think my big questions with frenetic are:
- How do you do things like
find_by_name
finders in the markup? - What is the approach or plan for supporting
POST
,PUT
,DELETE
? - 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.