Skip to content

Commit 1479f34

Browse files
committed
Rename FIRST_URL constant value from "$first" to "$top"
Updated the constant `FIRST_URL` in `RequestParser.cs` within the `Azure.DataApiBuilder.Core.Parsers` namespace to use the value `"$top"` instead of `"$first"`. This change aligns with naming conventions or standards used elsewhere in the codebase or API, ensuring consistency and improving clarity for developers.
1 parent 3567785 commit 1479f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Core/Parsers/RequestParser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class RequestParser
3030
/// <summary>
3131
/// Prefix used for specifying limit in the query string of the URL.
3232
/// </summary>
33-
public const string FIRST_URL = "$first";
33+
public const string FIRST_URL = "$top";
3434
/// <summary>
3535
/// Prefix used for specifying paging in the query string of the URL.
3636
/// </summary>

0 commit comments

Comments
 (0)