Open kenshin088 opened 6 years ago
I haven't even been able to pull a token after the first POST-request
You're doing something wrong then. I'm pulling tokens just fine. Check your code again.
I'm using postman to send the POST request and I've made sure I have all the headers and the body correct. This is the exact response I get.
You are not getting a token because you already registered that email before. The token is only generated once. If you try to request a token with an email that has been previously registered, it only renews the token but doesn't display the actual value. Try registering a different email and you will get a new token.
Here is something I have found looking about. If you do a put request with a certain id you get a lot of data about the bird.
How are you finding the different headers like 'chirp'?
Can you see info like last ridden or last GPS?
I found it from a lot googling haha. Try running the the PUT request, you get a lot of data back including those
Can you show me what exactly I'm supposed to type in? I don't understand how the PUT request works fully
That last screenshot was the body and this the header of the PUT
Any idea if we'll be getting the bird codes back??
Hi all, I'm a developer of Bikeradar (https://developer.bikeradar.io), and I get the Bird bikes, including the ids back.
You can use https://api.bikeradar.io/bikes?lat=38.923642&lng=-77.029976&providers=BRD&maxResults=50 to get the relevant bikes bike, including the ids.
{
"position": {
"lat": 38.86436833333333,
"lng": -77.05072833333334
},
"providerId": "BRD",
"attributes": {
"bikeId": "fadb0aba-6a5b-4316-a3cf-d851a7107ced",
"system": "DOCKLESS",
"type": "ELECTRICAL",
"batteryLevel": 0
},
"recommended": false
},
The response of /nearby endpoint contains a key "code" for every bird. I am getting an empty string for every bird. Can someone help me how can i get the value for this field. Thanks in advance
Just started happening a few hours ago. API no longer pulls the bird scooter ID. Anyway around this?