-
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
Tweets ozgur #108
Merged
Merged
Tweets ozgur #108
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@akaogluozgur there are some issues about commit styling we should be more careful about. Can you checkout Commits section of our wiki, when you have available time? We can checkout together if you wish. Also, if this branch is no longer needed, can we delete it? |
Sorry for the inconvenience, I will be reading when I am available. Branch might be needed in case of some new feature about tweets needed. |
srknzl
pushed a commit
that referenced
this pull request
May 23, 2018
* config(.gitignore): Add .gitignore file to ignore .idea folder created by Intellij IDE * api(npm): NPM project initialization is done * api(initialization): Twit and Express packages are initialized. File structure is created. An example twitter call is made. An endpoint is created on Express * api(README): Add README.md file including some necessary information about installation and running the ApiDesign project * api(trends):Trends endpoint is added. * trends(api): Get trending topic names and url's for given country endpoint. * Tweets ozgur (#108) * postTweet and getHome are added * minor change of config * api(rooter):Minor syntax fix * frontend(projectSetup): Create Angular web project. Add elastic beanstalk configuration file. Rearrange /getTweets API * api(geo):geo.js created by byklyci * renamed geo.js to media.js * api(media):Media upload code added and media_pic folder created for the pictures * refactor(routing): reorganize routing structure Seperate router controllers for each module into its own file. Create a manageable twitter package which exposes router and submodules. Expose router directly from twitter package into to index. * chore(routing): rename api endpoints * fix(): twitter api package typo * refactor(dependency): initialize twit dependency only once * refactor(api): merge basics and tweets modules * fix(api): tweets module export typo * fix(dependency): controllers must request modules directly * fix(controller): use tweets instead of basics module * fix(routing): use query params instead of route params * api(media):updated media upload * api(frontend): Create forms on frontend for API endpoints. Also correct some small mistakes on the API * api(bugfix): Correct mistake on postTweet method * api(followers):add twitter call for getting followers. Not completed. * api(followers): Complete the api call for twitter. API response should be determined * Retweet (#116) * add retweet controller and module * retweet(api) add retweet endpoint * refactor(retweet): merge retweetjs into tweetjs * feat(api): add retweet method under tweets.js * feat(geo): add geo.js * doc(readme): Add the link of our Actopus API * feat(api): account module is added (#118) * feat(api): add account.js module * feat(api): add account.js controller * feat(api): add account module to index.js * feat(routing): add router to account.js * api(followers): Improve the response structure of api/twitter/followers request, adding only the necessary fields to the response * api(twitter): Improve the response structure of retweet endpoint, it did not response anything. Also, comment out Geo module, since it does not exist * api(twitter): Refine response structures of some endpoints * api(deployment) Deployment files created and front end files are created in static * api(media): Media upload endpoint is added and frontend from for posting tweets with media added * api(endpoint): Upload file endpoint to our server is added * api(static) Build static files from Angular application * api(dependency): Add new dependency multer for file uploading * api(endpoint): Add new endpoint geo/search for getting places for the given coordinates * api(frontend): Add form for geo/search endpoint
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.