Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lastnamearya/easyhttp-library

Custom HTTP Library for quickly testing an App for HTTP Requests :fire:
https://github.com/lastnamearya/easyhttp-library

ajax http javascript json rest-api testing

Last synced: 2 days ago
JSON representation

Custom HTTP Library for quickly testing an App for HTTP Requests :fire:

Awesome Lists containing this project

README

        

# EasyHTTP Library
It's a custom HTTP Library ~ EasyHTTP that I built to quickly check an Application for HTTP Requests, to work with this library we need a REST API that takes HTTP Requests in
order to modify some resources. In this library I'm using [JSONPlaceholder](https://jsonplaceholder.typicode.com/) - A Fake online REST API for Testing and Prototyping.
- GET Request
- POST Request
- PUT Request
- DELETE Request

There are three version of this Library, seprated in different directories

### Version 1.0 - for AJAX requests :fire:
- - - -
- XHR / AJAX
- Callbacks
- ES5 Prototypes

### Version 2.0 - I migrate all the code to new ES6 Standard Fetch API with all the latest Modern Technologies. :fire: :fire:
- - - -
- New Fetch API
- ES6 Classes
- Promises

### Version 3.0 - After learning ES7 - Async / Await deeply, integrated them to work with the Fetch API :fire: :fire: :fire:
- - - -
- ES7 - Async + Await

:tada: lastnamearya ~ twitter / github
:email: [email protected]