Hi, do you know some public API that let not only ...
# android
j
Hi, do you know some public API that let not only retrieve data but post and delete too? I’m giving a course to students and we are actually made progress with Open Weather but I wand the know how to do all the CRUD operations. Thanks
đŸ˜¶ 5
m
Wikidata/Wikipedia should provide such a capability and they have test instances which are public
j
Thanks, I will take a look
t
If that doesn’t work you can set up a Firebase Realtime api from the web console, and post/put/delete/get json from it.
(free tier is very healthy, no credit card required)
a
j
Thanks, this can be the one.