Caner Sezgin
Caner Sezgin
Instead of creating custom server, let's use Firebase for both database and authentication. Initialize Firebase project and implement it into Vue client.
Create an authentication system for providing persistent collections & history for each user. * Register / Login via Email * Register / Login via Github * Register / Login via...
# User Story OpenAPI Specification (formerly Swagger Specification) is an API description format for REST APIs. As a user, I would like to import YAML or JSON and the platform...
# User Story As a user, I'd like to save my requests into collections and send a request with a single click. * Create Collections * Save Requests into collections...
# User Story Currently, we can not send body in our requests. For the moment, supporting json is enough. * Sending body as json * Create an editor to update...
# User Story Modern browsers restrict how data is exchanged between different internet domains which is called CORS (Cross-Origin Resource Sharing) We need to provide some ability that people can...