What is a Snippet?
A snippet is a user-defined piece of code that can be included in your API. If you've made a function that you think could be helpful »
A snippet is a user-defined piece of code that can be included in your API. If you've made a function that you think could be helpful »
You've seen how the getVar function can be used to access parameters in your query URI, but the getVar function can also be used to access »
The getVar function fetches the GET variables from an API query. This gives your API the ability to receive some input data that you could configure »
A list is a text file that you can upload for use with your APIs to easily have a random item (line) returned. You can also »
When you think of an API, you typically think of a web endpoint that your application can request information from or send information to. The API »