Is there a newschoolers api?

14375452:asparagus said:
what’s an api



API is the acronym for Application Programming Interface,

which is a software intermediary that allows two applications to talk

to each other. Each time you use an app like Facebook, send an instant

message, or check the weather on your phone, you're using an API.
 
In normal human words, an API is a thing that automatically returns info or changes info in a database when you ask it. They can be public or private.

Take the list of threads on the newschoolers form as an example. You've got a database with what is essentially a spreadsheet (or table) of thread subjects, times they were created and number of responses and views.

If the API is public, you can ask it "give me a list of the subjects with the number of views". Or "give me the 3 most recent subjects" etc.

Once you have the raw info, you can display it however you want (in blue or red or whatever).

The API might have the ability to return the information is a lot of different ways or it might only let you ask a single way. Kinda depends. You can also tell the API to change things in the database (table/spreadsheet). That is what happens when we post. It increments the reply, adds the info you typed, etc.
 
I feel sorry for the Newschoolers. It might be a bit difficult to navigate at times. I'm not sure if they have a publicly accessible API. If they offer developer documentation, it could be beneficial to look them up or speak with their customer service representatives.

On the other hand, you could want to think about a niche marketplace development if you're thinking of creating a product that's comparable to ski-tok. It could provide you some organizational and usability-enhancing suggestions for your platform. There's a great essay on the topic that goes over the basics and some of the challenges you could face.
 
Back
Top