Introduction to API and http requests
Like the other 'Introduction to' posts I'm h0ping this may help some of the people begining their HC2 and lua journey
Corrections and suggestions to improve always welcome.
What is an API
An API can be used to execute commands but the majority are used to request a response or status. Most API’s are interrogated through a http or https request. Some API’s require authentication in the form of a username or a password or an API key. Th