cleaned up description in using agent

Judy Ngai преди 8 години
родител
ревизия
571cc92948
променени са 1 файла, в които са добавени 2 реда и са изтрити 4 реда
  1. 2 4
      app/models/agents/aftership_agent.rb

+ 2 - 4
app/models/agents/aftership_agent.rb

@@ -12,12 +12,10 @@ module Agents
12 12
 
13 13
       You can use this agent to retrieve tracking data. You have to provide a specific `get` request and its associated option.
14 14
  
15
-      To get all trackings for your packages please enter `get` for key and `/trackings` for the option.
15
+      To get all trackings for your packages please enter `get` for key and `trackings` for the option.
16 16
       To get tracking for a specific tracking number, add the extra options `slug`, `tracking_number` and set `single_tracking_request` to true.
17 17
 
18
-      To get all tracking results for backup purpose set key to `get` and option to `/trackings/export`.
19
-
20
-      To get the last checkpoint of a package set key to `get` and option to `/last_checkpoint` plus provide `slug` and `tracking_number`
18
+      To get the last checkpoint of a package set key to `get` and option to `last_checkpoint` plus provide `slug` and `tracking_number`
21 19
 
22 20
       `slug` is a unique courier code. 
23 21