bounswe / bounswe2015group7

Sculture, The Software Project of Future
6 stars 4 forks source link

Implementing API for story creation #78

Closed bulenthacioglu closed 8 years ago

bulenthacioglu commented 8 years ago

Following login&register api and documentation for story creation, we shall start with Narin and İrem.

bulenthacioglu commented 8 years ago

@gmzrmks @narinmahmuti

fthdgn commented 8 years ago

The name of the cloud function is "story_create" Request structure: { "title" : "mytitle", "content" : "myContent", "tags" : ["tag1","tag2"] }

The response is Story object on Parse. There is also custom errors which explain the problem.

Closed via 799f7f99e1c793e598cf4b7f7b538b7f1b650299