LOD-GEOSS / databus-snippets

3 stars 1 forks source link

202 response from python script #20

Open giannou opened 2 years ago

giannou commented 2 years ago

When running databusclient_example.py I get a 202 response, which is a bit confusing because the data are published on the databus. Is this intended or a bug?

henhuy commented 2 years ago

At least 202 stands for "Accepted" - see HTTP Status Codes. I think this comes from Databus API...

giannou commented 2 years ago

Accepted, but no information as to whether it completed successfully.