Skip to content
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 3 commits into from
Apr 12, 2018
Merged

Tweets ozgur #108

merged 3 commits into from
Apr 12, 2018

Conversation

akaogluozgur
Copy link
Contributor

No description provided.

@akaogluozgur akaogluozgur merged commit 91971be into TwitterAPI Apr 12, 2018
@okyksl
Copy link
Contributor

okyksl commented Apr 12, 2018

@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?

@akaogluozgur
Copy link
Contributor Author

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.

@okyksl okyksl deleted the tweets-ozgur branch April 13, 2018 09:57
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants