ManageIQ / manageiq-api-client

Ruby client library to the ManageIQ REST API
MIT License
11 stars 26 forks source link

When fetching the entrypoint a / is appended to the URL. #59

Closed abellotti closed 7 years ago

abellotti commented 7 years ago

while this works, it is confusing to see in webmock stubs and such. requests are made as:

http://localhost:3000/api/?attributes=authorization

with this fix they are just

http://localhost:3000/api?attributes=authorization