-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplify API #12
Comments
Also, using POST requests will be better than constructing complicated GET requests to decrease exploitation of the API |
Agreed. For starters, we can create custom interfaces for each of the different return types (Apps, User, Tweets). Let's create individual issues and work on this step by step. |
@aviaryan I think it's better to make it into a simple API caller instead. Basically a communicator to keep it simple and flexible. |
@yukiisbored Cool. Actually I was inspired from https://github.com/loklak/loklak_python_api which provides a much more coherent experience (like Twitter SDK). So if I want to do something like that, we will have to start a new project, right? The idea seems interesting to me and I will try it in my free time. |
@aviaryan Well, that's Python not Go. Go has a different taste, I suggest reading Effective Go to see what I'm talking about. |
The API is overly complicated and does not support the spirit of the Go programming language. Which results in high code complexity, confusing functions, etc.
The text was updated successfully, but these errors were encountered: