Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/lastnamearya/easyhttp-library
- Owner: lastnamearya
- Created: 2018-03-09T22:09:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T06:27:53.000Z (over 6 years ago)
- Last Synced: 2024-11-11T05:55:37.529Z (about 1 month ago)
- Topics: ajax, http, javascript, json, rest-api, testing
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 RequestThere 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]