Skip to content

In this project, there are user registration processes, getting tokens, login processes using API services. There are also CRUD operations, listing operations and search operations by requesting Api services.

Notifications You must be signed in to change notification settings

EnesSERENLI/API_Services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is API ?

In general, it is the communication of two softwares with each other. It is the interface that enables the operations that a software can perform, to be accessed and used from outside under certain conditions. In summary, we can perform an additional operation that we want to perform in an application using an API from another application that provides that operation.

Why Do We Use API ?

  • The use of API frees us from the workload of the related process. “API makes life easier”.
  • APIs are designed for specific user audiences and allow us to quickly generate relevant data.
  • They work platform independent.
  • In the case of an update, the actions we have to do are limited.

What is REST API ?

Representational state transfer; It is sending the data corresponding to the relevant request in file formats such as JSON / XML. REST APIs are APIs that carry the principles of REST architecture.

What is RESTFULL API ?

The condition that all the principles are met is called a RESTfull API.

  • GET
  • POST
  • PUT
  • DELETE

API model

About

In this project, there are user registration processes, getting tokens, login processes using API services. There are also CRUD operations, listing operations and search operations by requesting Api services.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published