Hi,
Trying to figure out how to make a simple
web api. For example, users can register,
login information is used in api url eg
api.php? User = $ user & pass = $ pass &
action = send. Action is used to send the
relevant data. Also, the user has the right
to send limited data. How to limit the 100
send actions per user?
Trying to figure out how to make a simple
web api. For example, users can register,
login information is used in api url eg
api.php? User = $ user & pass = $ pass &
action = send. Action is used to send the
relevant data. Also, the user has the right
to send limited data. How to limit the 100
send actions per user?
Comment