createuserApi
Hey new programmers who has started web develoment may be you are learing front-end development may be you are learning back-end development or full-stack developemnt you will heard name of API. Now what is API? Api stands for Application programming interface with the help of api you can send the data, receive the data , delete the data and update the data and many more you can do with api. In…
createuserApi endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
get home page / |
This endpointis just for testing the home page |
| GET |
getalluser /alluser |
This end point will return all user |
| POST |
Post user /cretaeuser |
This end point will post one user |
| GET |
get one user /oneuser/{id} |
This will return one user |
| PUT |
update user /updateuser/{id} |
This iwll update one user |
| DELETE |
delete user /deleteuser/{id} |
This is delete request this will delete user |
createuserApi pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 100 / hour |
|
| ULTRA | $10 / month | — |
|
| MEGA | $20 / month | — |
|