Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

There is an issue in building url #15

@atsanko

Description

@atsanko

in buildResourceURL() method you append +'/' at the end of type name.
Please see the specs for odata URL http://www.odata.org/documentation/odata-version-2-0/uri-conventions/
it might depend on what you are doing sometimes could be needed but for most cases it is not needed.
this is an example: http://services.odata.org/Northwind/Northwind.svc/Customers?$filter=substringof('Alfreds', CompanyName) eq true
Please fix it.
Otherwise great lib for odata basic use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions