Welcome Guest, Not a member yet? Register   Sign In
What will happen If i limit Restful api
#11

(02-18-2018, 04:02 AM)InsiteFX Wrote: It looks to me to be an Auth Table for users.

Yes but what is usage for each field?
Reply
#12

I am taking a guess on these because what I have found is that there are different
fields for the different types of auth systems out there.

user_id - The users ID
key - The users private secret key
level - The users logon level
ignore_limits - Weather to ignore limits or not
is_private_key - Is this secret key private
ip_addresses - list of client ip addresses
date_created - The date the user was created
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#13

(02-19-2018, 04:37 AM)InsiteFX Wrote: I am taking a guess on these because what I  have found is that there are different
fields for the different types of auth systems out there.

user_id        - The users ID
key            - The users private secret key
level          - The users logon level
ignore_limits  - Weather to ignore limits or not
is_private_key - Is this secret key private
ip_addresses   - list of client ip addresses
date_created   - The date the user was created

Do you know what is level list? and what is ignore_limits
Reply
#14

Level Lists - list of commands that could be used, test.xml etc;

ignore limits - ignore any limits placed on the api.

Each restful framework has it's own set of paramwters, so I'am not sure
where you are getting yours from.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#15

(02-24-2018, 07:47 AM)InsiteFX Wrote: Level Lists - list of commands that could be used, test.xml etc;

ignore limits - ignore any limits placed on the api.

Each restful framework has it's own set of paramwters, so I'am not sure
where you are getting yours from.

Thank you so much
It is good helping
Reply




Theme © iAndrew 2016 - Forum software by © MyBB