Discuss Scratch

Rendangbike2
Scratcher
1000+ posts

How to use backpack.scratch.mit.edu?

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
thisaccountisameme
Scratcher
100+ posts

How to use backpack.scratch.mit.edu?

?
Rendangbike2
Scratcher
1000+ posts

How to use backpack.scratch.mit.edu?

thisaccountisameme wrote:

?
Please don't post if you don't know the answer!!
thisaccountisameme
Scratcher
100+ posts

How to use backpack.scratch.mit.edu?

Rendangbike2 wrote:

thisaccountisameme wrote:

?
Please don't post if you don't know the answer!!

I have no idea what backpack.scratch.mit.edu is


{“ok”:“👻”}

That’s what I got when I searched it up

Last edited by thisaccountisameme (Feb. 12, 2021 11:48:09)

EpicGhoul993
Scratcher
1000+ posts

How to use backpack.scratch.mit.edu?

I don't see anything listing the uses, but I think you can pull out backpack data like the API link.
CoolLionMan
Scratcher
1000+ posts

How to use backpack.scratch.mit.edu?

I think it would be better if you posted in advanced topics
Rendangbike2
Scratcher
1000+ posts

How to use backpack.scratch.mit.edu?

CoolLionMan wrote:

I think it would be better if you posted in advanced topics
OK!
Maximouse
Scratcher
1000+ posts

How to use backpack.scratch.mit.edu?

To get the contents:
GET https://backpack.scratch.mit.edu/Rendangbike2?limit=40&offset=0
x-token: token
See this page to see how to get the token. Note that the instructions there are for the API – the backpack server requires the token to be a header, not a query parameter.

To get an individual asset simply send a GET request with the filename.
scratcher1679
Scratcher
100+ posts

How to use backpack.scratch.mit.edu?

lol theres a emojii at the main directory
Rendangbike2
Scratcher
1000+ posts

How to use backpack.scratch.mit.edu?

Maximouse wrote:

To get the contents:
GET https://backpack.scratch.mit.edu/Rendangbike2?limit=40&offset=0
x-token: token
See this page to see how to get the token. Note that the instructions there are for the API – the backpack server requires the token to be a header, not a query parameter.

To get an individual asset simply send a GET request with the filename.
What language?
Pufferfish_Test
Scratcher
500+ posts

How to use backpack.scratch.mit.edu?

Rendangbike2 wrote:

Maximouse wrote:

To get the contents:
GET https://backpack.scratch.mit.edu/Rendangbike2?limit=40&offset=0
x-token: token
See this page to see how to get the token. Note that the instructions there are for the API – the backpack server requires the token to be a header, not a query parameter.

To get an individual asset simply send a GET request with the filename.
What language?
That example was written in bash - it's just a generic way of doing it from a command line. GET requests are a type of http requests; http is a protocol, not a language, and as such can be used in any language with sufficient i/o support.
maticode7
Scratcher
2 posts

How to use backpack.scratch.mit.edu?

If you reload scratch enough, there's a chance that at the bottom left of your screen a url will appear and it will say backpack.scratch.mit.edu but it doesn't actually take you there. this is how I discovered backpack.scratch.mit.edu . Oh yeah, it puts a ghost emoji too

go to [backpack.scratch.mit.edu v]
swiftcodingbird
Scratcher
13 posts

How to use backpack.scratch.mit.edu?

same

Powered by DjangoBB