A
A
Alexey Poloz2019-04-20 14:40:31
API
Alexey Poloz, 2019-04-20 14:40:31

What API does VKontakte use? JSON-RPC?

I'm going to design my own API, I'm going to take the VKontakte API as a basis.
It's time to understand the basics and terms.
POST requests are used and all data is transmitted in JSON format.
Do I understand correctly that this is JSON-RPC? Or is it called something else? Maybe it's a subspecies of the REST API?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Romashkan, 2019-04-20
@kosyachniy

It's just json over http application programming interface(API), why are you trying to classify it somehow, what's the point?
Here is the author of the REST term in the feed - roy.gbiv.com/untangled/2008/rest-apis-must-be-hype... , REST API does not need to be documented, versioned, and does not make the client think about URLs and return structure answers, does it look like api VK?

P
Puma Thailand, 2019-04-20
@opium

It's just a json api.
And here the ROC or rest is not at all clear, have you tried reading the definitions on Wikipedia?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question