-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
codegen output 75f73c0683024b0dbc6832ebd7ba937f (#5)
- Loading branch information
1 parent
ff936fd
commit f511006
Showing
1,405 changed files
with
68,390 additions
and
203 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.