Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
radulucut committed Nov 8, 2023
1 parent f38c6b9 commit 72be3e0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ Go (golang) client library for accessing the [Colete Online API](https://docs.ap

## Endpoints

- [] /search/country/{needle}
- [] /search/location/{countryCode}/{needle}
- [] /search/city/{countryCode}/{county}/{needle}
- [] /search/street/{countryCode}/{city}/{county}/{needle}
- [] /search/postal-code/{countryCode}/{city}/{county}/{street}
- [] /search/validate-postal-code/{countryCode}/{city}/{county}/{street}/{postalCode}
- [] /search/postal-code-reverse/{countryCode}/{postalCode}
- [ ] /search/country/{needle}
- [ ] /search/location/{countryCode}/{needle}
- [ ] /search/city/{countryCode}/{county}/{needle}
- [ ] /search/street/{countryCode}/{city}/{county}/{needle}
- [ ] /search/postal-code/{countryCode}/{city}/{county}/{street}
- [ ] /search/validate-postal-code/{countryCode}/{city}/{county}/{street}/{postalCode}
- [ ] /search/postal-code-reverse/{countryCode}/{postalCode}
- [x] /address
- [x] /service/list
- [x] /order
- [x] /order/price
- [x] /order/status/{uniqueId}
- [] /order/awb/{uniqueId}
- [ ] /order/awb/{uniqueId}
- [x] /user/balance

## Usage
Expand Down

0 comments on commit 72be3e0

Please sign in to comment.