Tag : api

I need to create the traffic data, but the issue is that you have several streets, and the streets can be so long you also need a start and end location, but I don’t know how long these segments need to be, should I use like 5 miles segments or something? If I allow the segments to be any length, then you could end up with a billion of segments in the end, so it wouldn’t be scalable, so I was wondering how companies like Google designed them. I need the db schema and how to go about updating the data, but the db schema is the most impo..

Read more

I am trying to get access to Police data using API
https://data.police.uk/docs/method/crime-street/
and then
https://data.police.uk/api/crimes-street/all-crime?lat=52.629729&lng=-1.131592&date=2017-01
for example but it is not working when “Get data -> WEB -> then pasting https://data.police.uk/api/crimes-street/all-crime?lat=52.629729&lng=-1.131592&date=2017-01”
I am getting the ..

Read more

enter image description here2
hello every one i am biginner with APIsI’m currently working on an API project where I’m using AutoMapper (IMapper) for mapping objects. However, when testing my API endpoints with Postman, I’m encountering an issue where the retrieved data is returning null values.
Issue with retrieving data using IMapper in API project – getting null value from Postman
generi..

Read more

I’m currently working on an API project where I’m using AutoMapper (IMapper) for mapping objects. However, when testing my API endpoints with Postman, I’m encountering an issue where the retrieved data is returning null values.
Issue with retrieving data using IMapper in API project – getting null value from Postman
generi..

Read more