Skip to content

Instantly share code, notes, and snippets.

@navid-kalaei
Last active March 16, 2020 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save navid-kalaei/fb4bfbf514b2289131ad7b24f222a6da to your computer and use it in GitHub Desktop.
Save navid-kalaei/fb4bfbf514b2289131ad7b24f222a6da to your computer and use it in GitHub Desktop.
OpenfaidDB Create Entry

Request #1: post: https://api.ofdb.io/v0/events

data:

{
"title":"test",
"description":"asdfwerasdfert",
"tags":[
"coffee"
],
"lat":43.04170035801598,
"lng":9.830617904663088,
"street":"Via del Semaforo",
"city":"Capraia Isola",
"country":"Italy",
"state":"Tuscany",
"zip":"57032",
"version":1,
"categories":[
"c2dc278a2d6a4b9b8a50cb606fc017ed"
],
"end":1584383400,
"start":1584379800,
"id":null,
"license":"CC0-1.0",
"created_by":"test@test.com"
}

response: "12edf6eca2fa4de080ad2169335d1e4a"

================================

Request #2:

get: https://api.ofdb.io/v0/events/12edf6eca2fa4de080ad2169335d1e4a

response:

{
"id":"12edf6eca2fa4de080ad2169335d1e4a",
"title":"test",
"description":"asdfwerasdfert",
"start":1584379800,
"end":1584383400,
"lat":43.03694618541605,
"lng":9.827106478543536,
"street":"Via del Semaforo",
"zip":"57032",
"city":"Capraia Isola",
"country":"Italy",
"tags":[
"coffee"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment