Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat server sdks quickstarts #533

Merged
merged 18 commits into from
Jan 29, 2024
Merged

Feat server sdks quickstarts #533

merged 18 commits into from
Jan 29, 2024

Conversation

gewenyu99
Copy link
Contributor

What does this PR do?

Adds these to /docs/quick-starts

  • swift
  • ruby
  • deno
  • kotlin
  • php

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

Copy link

render bot commented Jan 18, 2024

src/routes/docs/quick-starts/deno/+page.markdoc Outdated Show resolved Hide resolved
```kotlin
import io.appwrite.Client
import io.appwrite.services.Databases
import io.appwrite.models.Database as DatabaseModel
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are we importing as DatabaseModel as service is Databases there shouldn't be conflict?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

src/routes/docs/quick-starts/kotlin/+page.markdoc Outdated Show resolved Hide resolved
Comment on lines 141 to 144
databases.createDocument(todoDatabase?.id!!, todoCollection?.id!!, UUID.randomUUID().toString(), testTodo1)
databases.createDocument(todoDatabase?.id!!, todoCollection?.id!!, UUID.randomUUID().toString(), testTodo2)
databases.createDocument(todoDatabase?.id!!, todoCollection?.id!!, UUID.randomUUID().toString(), testTodo3)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here we should be using ID.unique()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oooooops haha

src/routes/docs/quick-starts/node/+page.markdoc Outdated Show resolved Hide resolved
Vincent (Wen Yu) Ge and others added 2 commits January 22, 2024 17:25
@gewenyu99 gewenyu99 requested a review from abnegate January 22, 2024 22:45
src/routes/docs/quick-starts/+page.svelte Show resolved Hide resolved
src/routes/docs/quick-starts/deno/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/deno/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/deno/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/deno/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/swift/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/swift/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/swift/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/swift/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/swift/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/deno/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/kotlin/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/php/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/swift/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/swift/+page.markdoc Outdated Show resolved Hide resolved
src/routes/docs/quick-starts/swift/+page.markdoc Outdated Show resolved Hide resolved
@gewenyu99 gewenyu99 requested a review from abnegate January 28, 2024 19:31
Copy link
Member

@lohanidamodar lohanidamodar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rest is good.

src/routes/docs/quick-starts/kotlin/+page.markdoc Outdated Show resolved Hide resolved
@gewenyu99 gewenyu99 merged commit 3afc5cd into main Jan 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants