Each StreetSmart data service provides online documentation to its endpoints. By convention, you can access this documentation by opening the /docs-api endpoint. So, for our Ticket service, it is https://{domain}/{platform}/parking/tickets/docs-api/ .
Although online documentation is organized around API endpoints, in the Linked Data world you should access only main endpoints directly and then follow hypermedia links. Child endpoints may change without notice. |
In this example, we will try to send a ticket to StreetSmart:
1.The Starting point. First, we will verify if any ticket for the vehicle exists.
2.Create a POST request. Then we will send a ticket to StreetSmart
3.Understand the response. Lastly, we will verify the ticket
Important: |