Csaba Kissi Profile picture
Dec 28 β€’ 9 tweets β€’ 3 min read
Important REST API related terms you should know.πŸ‘‡
1️⃣ HTTP Verbs

REST APIs use various HTTP verbs, such as GET, POST, PUT, and DELETE, to specify the type of action being performed on the resource.

For example, a GET request retrieves data from the server, while a POST request creates a new resource on the server.
2️⃣ Status Codes

REST APIs use HTTP status codes to indicate the result of the request.

For example, a status code of 200 indicates that the request was successful, while a status code of 404 indicates that the requested resource was not found.
3️⃣ Headers

HTTP headers can be used to provide additional information about the request or response, such as the content type or the authorization credentials.
4️⃣ Authentication

API authentication is the process of verifying that a client is who it claims to be.

This is typically done using an API key or OAuth (Open Authentication) token, which is passed as a header in the request.
5️⃣ Authorization

API authorization is the process of determining whether a client has the right to access a particular resource or perform a specific action.
6️⃣ Caching

REST APIs can use HTTP caching to improve the application's performance by storing the results of specific requests on the client side and reusing them when needed.
If you like this post, you can bookmark and tag it by replying with @SaveToBookmarks #api #rest

You can view your bookmarks on savetobookmarks.com Image
That's all, guys.

If you found this list useful, consider:

βœ… Follow @csaba_kissi for more content like this
πŸ”” Enable notifications πŸ‘€
πŸ”„ Retweeting the first tweet.

Thanks for your support, guys! πŸ™πŸ€

β€’ β€’ β€’

Missing some Tweet in this thread? You can try to force a refresh
γ€€

Keep Current with Csaba Kissi

Csaba Kissi Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @csaba_kissi

Dec 29
You want to monetize πŸ’° your coding skills, right?

Here are 5 web application ideas you can build and monetizeπŸ‘‡
1️⃣ Online store builder from Notion doc

An online store builder that allows businesses to create and manage their online stores.

It's specific because it would pull data from Notion docs.

You'll leverage Notion API.
2️⃣ Simple Task Manager App.

A task management tool that helps users organize and prioritize their tasks and to-do lists.

It could be used by individuals and teams looking to increase productivity and efficiency.
Read 8 tweets
Dec 27
5 API ideas you can build and monetize: πŸ‘‡
1️⃣ A Fitness tracking API

This API would allow developers to build custom fitness apps that track users' workouts, progress, and other fitness metrics.

It could be used by fitness companies, personal trainers, or anyone looking to build a fitness app.
2️⃣ Form submission API (for static websites)

Even static websites need contact forms.

Static sites do not use any backend, so you have to handle this problem somehow.

You can build a single API endpoint for this purpose.
Read 9 tweets
Dec 21
Content creation is complex and time-consuming.

11 Tools for Content Creators (and developers) that will save you tens of hours every month. πŸ• πŸ§΅πŸ‘‡
1️⃣ Audacity

Audacity is free, open-source, cross-platform audio software for multi-track recording and editing.

Audacity is available for Windows, Mac, GNU/Linux and other operating systems.

audacityteam.org
2️⃣ VEED - Online Video Editor - Video Editing Made Simple

Make stunning videos with a single click. Cut, trim, crop, add subtitles, and more. Online, no account needed. Try it now, free.

veed.io
Read 14 tweets
Dec 19
10 Google Chrome extensions that'll make you a super productive developer.

[ Free, of course] ↓
{1} ScribeHow (by @ScribeHow)

This screen recording extension instantly turns any procedure into an instructional.

Perfect for: founders, instructors, business people, and more.

Document and share procedures with 93% less effort.

πŸ”— getscribe.how/chrome
{2} Workona Tab Manager

You can finally feel organized and in charge of your job with the aid of the Workona Tab Manager.

Use it to organize projects, manage tabs, and consolidate your work in the browser.

πŸ”— chrome.google.com/webstore/detai…
Read 13 tweets
Dec 18
If you want to know more about REST API and its advantages open this:
A REST API (or Representational State Transfer Application Programming Interface) is an interface that allows applications to communicate with each other over the internet.
It is based on stateless, client-server communication and often uses HTTP or HTTPS as the communication protocol.
Read 12 tweets
Dec 17
JavaScript string methods are used to manipulate strings.

Here are 8 of the most commonly used string methods and their examples: Image
1. length()

This method returns the length of a string:

Example:

let str = "Hello World";
console.log(str.length); //outputs 11
2. indexOf()

This method searches for a specified value in a string and returns the position of the match:

Example:

let str = "Hello World";
console.log(str.indexOf("World")); //outputs 6
Read 11 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Don't want to be a Premium member but still want to support us?

Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal

Or Donate anonymously using crypto!

Ethereum

0xfe58350B80634f60Fa6Dc149a72b4DFbc17D341E copy

Bitcoin

3ATGMxNzCUFzxpMCHL5sWSt4DVtS8UqXpi copy

Thank you for your support!

Follow Us on Twitter!

:(