R
R
Roman2021-02-24 21:06:10
Django
Roman, 2021-02-24 21:06:10

Is it possible to integrate the Digiseller API into a Django project?

Hello. I want to make a shop for the sale of accounts and keys for myself using this service digiseller.com . In general, the idea for educational purposes is to try to do it. Here is the service API documentation , I want to implement the project itself in Python/Django. Question for experts)) is it possible or their api is not designed to work with python? Alas, the search turned up no clues.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dr. Bacon, 2021-02-24
@bacon

The API is what the API is for, to integrate different services, and not depend on the PL.

S
soremix, 2021-02-24
@soremix

What do you want to do? If it's just a partner store (well, or even your own) there are default scripts, this is enough to create a store.
Of course, you can write your own code using the API, but IMHO only if you need more in-depth things. It is convenient for me through the API only to check payment data and place goods, receiving them from partners, instead of using standard scripts, because. there is a special system for sorting and receiving goods that are not even added to the "My Store" section, this can no longer be obtained through standard functions. Well, if you pull the goods directly, you can conveniently generate all the codes with the goods in advance.
And so, for ordinary use, just set up the tabs in My store:
https://my.digiseller.com/inside/myshop.asp?view=s...
Then just take the finished code and paste it into html
https://my.digiseller.com/inside/myshop.asp?view=html

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question