Replies: 1 comment
-
Hi @darinw! Yes - I'd like to support pretty much everything the native API does eventually. It's just a matter of prioritization and having free time... The more folks ask for something, definitely the more likely it is I'll implement it over other things. Now that I've finally released a major rewrite in typescript, I should have some time to put towards specific features. The "official API" is just making api requests according to the official docs. I've just tried to make the functions a bit more user friendly wherever possible... If you dig through the code for GoogleSpreadsheet you can see how other similar requests are being made. Probably the best thing to do would be implement the methods and open a PR. I will eventually tackle it and implement myself, but just can't make any promises on timing. |
Beta Was this translation helpful? Give feedback.
-
I would like to create, update and retrieve Developer Metadata. I see there are a few functions that are unimplimented.
![image](https://private-user-images.githubusercontent.com/92472/249905529-d6925cda-486f-49f2-82dd-681bfdbcead2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAwMDA5NjAsIm5iZiI6MTc0MDAwMDY2MCwicGF0aCI6Ii85MjQ3Mi8yNDk5MDU1MjktZDY5MjVjZGEtNDg2Zi00OWYyLTgyZGQtNjgxYmZkYmNlYWQyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE5VDIxMzEwMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWVjYmExZmYwOWY5MjJhODUyMzYwMmE5Nzc3MWZjYWYwYTBiNjQ1ZmYyOTg0MjNkMzEzYzY0N2MxYjQ3NzhmNjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.DEa-qQr_P3iR8z7Kbo-BW5RxbiD1HnViiG1XjU_EvP8)
do you have plans to add that functionality? If not is there a recommended way of using this library where i can but use the official library where not? ideally via this library exposing the official api?
Beta Was this translation helpful? Give feedback.
All reactions