Skip to content

Commit

Permalink
feat: add next link property to users
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jan 25, 2024
1 parent 2746ab9 commit 6f06b25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: office365
version: 1.23.2
version: 1.23.3

crystal: ">= 0.36.1"

Expand Down
3 changes: 3 additions & 0 deletions src/models/user_query.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ module Office365
include JSON::Serializable

property value : Array(User)

@[JSON::Field(key: "@odata.nextLink")]
property next_page_token : String?

def initialize(@value)
end
Expand Down

0 comments on commit 6f06b25

Please sign in to comment.