Skip to content

Commit

Permalink
codegen output 75f73c0683024b0dbc6832ebd7ba937f (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
box-sdk-build authored Sep 28, 2023
1 parent ff936fd commit f511006
Show file tree
Hide file tree
Showing 1,405 changed files with 68,390 additions and 203 deletions.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Bug
about: Report a bug found in the SDK
title: ''
labels: bug
assignees: mwwoda, mhagmajer, arjankowski, lukaszsocha2, bartlomiejleszczynski, congminh1254
---

- [ ] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue.
- [ ] I have checked that the [API documentation][api-docs] doesn't solve my issue.
- [ ] I have searched the [Box Developer Forums][dev-forums] and my issue isn't already reported (or if it has been reported, I have attached a link to it, for reference).
- [ ] I have searched [Issues in this repo][github-repo] and my issue isn't already reported.

### Description of the Issue

<!-- Replace this text with a description of what problem you're having. -->
<!-- Please include as much detail as possible to help us troubleshoot! -->
<!-- If it isn't obvious, please include how the behavior you expect differs from what actually happened. -->
<!-- This is really important so we know how to start troubleshooting your issue. -->

### Steps to Reproduce

<!-- Please include detailed steps to reproduce the issue you're seeing, if possible. -->
<!-- If you don't have a reproducible error, please make sure that you give us as much detail -->
<!-- as you can about what your application was doing when the error occurred. -->
<!-- Good steps to reproduce the problem help speed up debugging for us and gets your issue resolved sooner! -->

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### Expected Behavior

<!-- What did you expect to happen? -->

### Error Message, Including Stack Trace

<!-- Share the full error output you're seeing, if applicable. -->
<!-- Please include the full stack trace to help us identify where the error is happening. -->

### Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

### Versions Used

Swift SDK: <!-- Replace with the version of the SDK you're using. -->
Platform: <!-- Replace with the platform you're using (e.g. iOS, macOS, Linux, etc.) -->
Xcode (if applicabe): <!-- Replace with the version of Xcode your application is developed in. -->

[sdk-docs]: https://github.com/box/box-swift-sdk-gen/tree/main/docs
[api-docs]: https://developer.box.com/docs
[dev-forums]: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
[github-repo]: https://github.com/box/box-swift-sdk-gen/search?type=Issues
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
blank_issues_enabled: false
contact_links:
- name: SDK documentation
url: https://github.com/box/box-swift-sdk-gen/tree/main/docs
about: Before creating an issue, I have checked that the SDK documentation doesn't solve my issue.
- name: API documentation
url: https://developer.box.com/docs
about: Before creating an issue, I have checked that the API documentation doesn't solve my issue.
- name: Box Developer Forums
url: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
about: Before creating an issue, I have searched the Box Developer Forums and my issue isn't already reported there.
- name: Issues in this repo
url: https://github.com/box/box-swift-sdk-gen/search?type=Issues
about: Before creating an issue, I have searched Issues in this repo and my issue isn't already reported.
23 changes: 23 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: Enhancement
about: Suggest a new feature or change
title: ''
labels: enhancement
assignees: mwwoda, mhagmajer, arjankowski, lukaszsocha2, bartlomiejleszczynski, congminh1254
---

### Is your feature request related to a problem? Please describe.

<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->

### Describe the solution you'd like

<!-- A clear and concise description of what you want to happen. -->

### Describe alternatives you've considered

<!-- A clear and concise description of any alternative solutions or features you've considered. -->

### Additional context

<!-- Add any other context or screenshots about the feature request here. -->
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: Question
about: Request for Assistance
title: ''
labels: question
assignees: mwwoda, mhagmajer, arjankowski, lukaszsocha2, bartlomiejleszczynski, congminh1254
---

- [ ] I have checked that the [SDK documentation][sdk-docs] doesn't solve my issue.
- [ ] I have checked that the [API documentation][api-docs] doesn't solve my issue.
- [ ] I have searched the [Box Developer Forums][dev-forums] and my issue isn't already reported (or if it has been reported, I have attached a link to it, for reference).
- [ ] I have searched [Issues in this repo][github-repo] and my issue isn't already reported.

### Description of the Issue

<!-- Replace this text with a description of what problem you're having. -->
<!-- Please include as much detail as possible to help us troubleshoot! -->
<!-- If it isn't obvious, please include how the behavior you expect differs from what actually happened. -->
<!-- This is really important so we know how to start troubleshooting your issue. -->

### Steps to Reproduce

<!-- Please include detailed steps to reproduce the issue you're seeing, if possible. -->
<!-- If you don't have a reproducible error, please make sure that you give us as much detail -->
<!-- as you can about what your application was doing when the error occurred. -->
<!-- Good steps to reproduce the problem help speed up debugging for us and gets your issue resolved sooner! -->

1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

### Expected Behavior

<!-- What did you expect to happen? -->

### Error Message, Including Stack Trace

<!-- Share the full error output you're seeing, if applicable. -->
<!-- Please include the full stack trace to help us identify where the error is happening. -->

### Screenshots

<!-- If applicable, add screenshots to help explain your problem. -->

### Versions Used

Swift SDK: <!-- Replace with the version of the SDK you're using. -->
Platform: <!-- Replace with the platform you're using (e.g. iOS, macOS, Linux, etc.) -->
Xcode (if applicabe): <!-- Replace with the version of Xcode your application is developed in. -->

[sdk-docs]: https://github.com/box/box-swift-sdk-gen/tree/main/docs
[api-docs]: https://developer.box.com/docs
[dev-forums]: https://community.box.com/t5/Platform-and-Development-Forum/bd-p/DeveloperForum
[github-repo]: https://github.com/box/box-swift-sdk-gen/search?type=Issues
16 changes: 16 additions & 0 deletions BoxSdkGen.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Pod::Spec.new do |spec|
spec.name = 'BoxSdkGen'
spec.version = '0.1.0'
spec.summary = 'Official Box Swift Generated SDK'
spec.homepage = 'https://github.com/box/box-swift-sdk-gen'
spec.license = 'Apache-2.0, http://www.apache.org/licenses/LICENSE-2.0'
spec.author = { 'Box' => '[email protected]' }
spec.osx.deployment_target = '10.15'
spec.ios.deployment_target = '13.0'
spec.tvos.deployment_target = '13.0'
spec.watchos.deployment_target = '6.0'
spec.source = { :git => 'https://github.com/box/box-swift-sdk-gen.git', :tag => 'v'+spec.version.to_s }
spec.swift_versions = ['5']
spec.requires_arc = true
spec.source_files = 'Sources/**/*.swift'
end
Loading

0 comments on commit f511006

Please sign in to comment.